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

diff --git a/NEWS b/NEWS
index 7b76a96cfbe065a93de31f8f8619d270b6c94be0..e27eef2fdad2c2a9e10afaa330e40ad6d2f0300e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)