]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Mon, 21 Mar 2016 14:40:01 +0000 (15:40 +0100)
committerJulien Pauli <jpauli@php.net>
Mon, 21 Mar 2016 14:40:01 +0000 (15:40 +0100)
NEWS

diff --git a/NEWS b/NEWS
index b5a132682e3af0162764e136042c10963c259f44..cc3bd0fb5e3c6ec792db6fa286a239a58e8891a2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,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)