summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7b76a96cfb..e27eef2fda 100644
--- 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)