Commit: cf6a7f3a7f8ff12e1786482ae8612a38eb9c3b15 Author: Lior Kaplan <[email protected]> Wed, 22 Apr 2015 18:14:21 +0300 Parents: 52915e285ff88fb4720181d11c22975438819952 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cf6a7f3a7f8ff12e1786482ae8612a38eb9c3b15 Log: Bug #68846 was fixed also in 5.6.8 Bugs: https://bugs.php.net/68846 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index a2ed9e2..4ef662c 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -55,6 +55,10 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(69202); ?>: (FILTER_FLAG_STRIP_BACKTICK ignored unless other flags are used).</li> <li><?php bugfix(69203); ?> (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127).</li> </ul></li> +<li>Mbstring: +<ul> + <li><?php bugfix(68846); ?> (False detection of CJK Unified Ideographs Extension E).</li> +</ul></li> <li>OPCache: <ul> <li><?php bugfix(69297); ?> (function_exists strange behavior with OPCache on disabled function).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
