Commit: c113d8cc02eb24788b2ad93629e87e33366bc39b Author: Lior Kaplan <[email protected]> Wed, 22 Apr 2015 18:14:21 +0300 Parents: ecf942a9711e6d6915a95e8f6700aefd75808f57 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c113d8cc02eb24788b2ad93629e87e33366bc39b 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
