update NEWS

This commit is contained in:
Ferenc Kovacs 2014-11-12 14:51:18 +01:00
parent fea84a1c9c
commit 00e763f499

8
NEWS
View File

@ -7,6 +7,10 @@ PHP NEWS
. Fixed bug #68104 (Segfault while pre-evaluating a disabled function).
(Laruence)
- phpdbg:
. Added XML protocol (-x command line flag). (Bob)
. Added hard interruptions (twice SIGINT). (Bob)
- Session:
. Fixed bug #68331 (Session custom storage callable functions not being called)
(Yasuo Ohgaki)
@ -75,10 +79,6 @@ PHP NEWS
. Fixed bug #68074 (Allow to use system cipher list instead of hardcoded
value). (Remi)
- phpdbg:
. Added XML protocol (-x command line flag). (Bob)
. Added hard interruptions (twice SIGINT). (Bob)
- PDO_pgsql:
. Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)
(Matteo, Alain Laporte)