Update NEWS for bug fix #62479

This commit is contained in:
Will Fitch 2014-01-19 13:12:06 -05:00
parent e769c96a11
commit b2606f669a

3
NEWS
View File

@ -6,6 +6,9 @@ PHP NEWS
. Fixed bug #66286 (Incorrect object comparison with inheritance). (Nikita)
. Fixed bug #66509 (copy() arginfo has changed starting from 5.4). (willfitch)
- PDO_pgsql:
. Fixed bug #62479 (PDO-psql cannot connect if password contains spaces) (willfitch, iliaa)
- Session:
. Fixed bug #66481 (Calls to session_name() segfault when session.name is
null). (Laruence)