summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2016-03-21 15:26:21 +0100
committerJulien Pauli <jpauli@php.net>2016-03-21 15:26:21 +0100
commitabbe1551d6c9c26bf198699213e6b6586ea97d88 (patch)
tree2cd739e8fb607d279f321fe3acdf6a1080d5af70 /NEWS
parentd3d64b7c62cb7b63d854b1cbc6a032c4995cdba8 (diff)
downloadphp-git-abbe1551d6c9c26bf198699213e6b6586ea97d88.tar.gz
Updated NEWS
Diffstat (limited to 'NEWS')
-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)