Fix typo in mbstring_binary_safe_encoding() description.
props ghost1227. fixes #28423. Built from https://develop.svn.wordpress.org/trunk@28648 git-svn-id: http://core.svn.wordpress.org/trunk@28466 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9aadc44d5c
commit
fd99912f65
|
@ -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
|
* 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.
|
* similar functions respect the utf8 characters, causing binary data to return incorrect lengths.
|
||||||
|
|
Loading…
Reference in New Issue