From: Stanislav Malyshev Date: Tue, 21 Jan 2014 20:11:59 +0000 (-0800) Subject: fix news X-Git-Tag: php-5.4.25RC1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2de24f182c01a39859550f5c105ab1b7628f4a2e;p=php fix news --- diff --git a/NEWS b/NEWS index 268196fe7f..1a5e34098d 100644 --- a/NEWS +++ b/NEWS @@ -4,20 +4,21 @@ PHP NEWS - Core: . Fixed bug #66286 (Incorrect object comparison with inheritance). (Nikita) - . Fixed bug #66509 (copy() arginfo has changed starting from 5.4). (willfitch) + . Fixed bug #66509 (copy() arginfo has changed starting from 5.4). + (Will Fitch) - mysqlnd . Fixed bug #66283 (Segmentation fault after memory_limit). (Johannes) - PDO_pgsql: . Fixed bug #62479 (PDO-psql cannot connect if password contains spaces). - (willfitch, iliaa) + (Will Fitch, Ilia) - Session: . Fixed bug #66481 (Calls to session_name() segfault when session.name is null). (Laruence) -?? ??? 2013, PHP 5.4.24 +10 Jan 2013, PHP 5.4.24 - Core: . Added validation of class names in the autoload process. (Dmitry)