]> granicus.if.org Git - php/commitdiff
fix news
authorStanislav Malyshev <stas@php.net>
Tue, 21 Jan 2014 20:11:59 +0000 (12:11 -0800)
committerStanislav Malyshev <stas@php.net>
Tue, 21 Jan 2014 20:11:59 +0000 (12:11 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 268196fe7fa8bc068093de0b1c01fe588252bc5e..1a5e34098d1fe5ecb32c0281c3892bc878f11465 100644 (file)
--- 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)