Updated NEWS

This commit is contained in:
Julien Pauli 2016-03-21 15:26:21 +01:00
parent d3d64b7c62
commit abbe1551d6

4
NEWS
View File

@ -16,6 +16,10 @@ PHP NEWS
. Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER).
(Laruence)
- PDO:
. Fixed bug #52098 (Own PDOStatement implementation ignore __call()).
(Daniel kalaspuffar, Julien)
- Postgres:
. Fixed bug #71820 (pg_fetch_object binds parameters before
call constructor). (Anatol)