summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to '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)