summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-01-21 12:11:59 -0800
committerStanislav Malyshev <stas@php.net>2014-01-21 12:11:59 -0800
commit2de24f182c01a39859550f5c105ab1b7628f4a2e (patch)
treea8f2164bebe44df6b8b4b7b312811c3a8d196ad3
parentfb721cefe77819416d9d916a0f608aa92c3f187a (diff)
downloadphp-git-2de24f182c01a39859550f5c105ab1b7628f4a2e.tar.gz
fix news
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
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)