mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-21 00:02:44 +00:00
Fix typo in mbstring_binary_safe_encoding() description.
props ghost1227. fixes #28423. git-svn-id: https://develop.svn.wordpress.org/trunk@28648 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4ecfd017b8
commit
d4b336ded2
@ -4386,7 +4386,7 @@ function _canonical_charset( $charset ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the mbstring internal encoding to a binary safe encoding whne func_overload is enabled.
|
||||
* Sets the mbstring internal encoding to a binary safe encoding when func_overload is enabled.
|
||||
*
|
||||
* When mbstring.func_overload is in use for multi-byte encodings, the results from strlen() and
|
||||
* similar functions respect the utf8 characters, causing binary data to return incorrect lengths.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user