Commit: ef033aef03b2c9de1ded6075bf5d2e77cfddff86 Author: Julien Pauli <[email protected]> Thu, 28 Jan 2016 12:45:55 +0100 Parents: 1c5dec17d3d50afc2b5623bfa0aea980d22da51b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ef033aef03b2c9de1ded6075bf5d2e77cfddff86 Log: Fix NEWS entry regarding 5.5.23 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index ae437e0..fa79bdb 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -1250,6 +1250,11 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(68822); ?> (request time is reset too early).</li> </ul></li> +<li>JSON : +<ul> + <li>Fixed bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are + numbers plus the letter e).</li> +</ul></li> <li>ODBC: <ul> <li><?php bugfix(68964); ?> (Allowed memory size exhausted with odbc_exec).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
