summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2016-08-04 09:30:48 +0200
committerMatteo Beccati <mbeccati@php.net>2016-08-04 09:30:48 +0200
commit4003595d6000477e86db9c868375acb577f47131 (patch)
tree24c80e79b799ff8aa146165aad761a91c84266e0 /NEWS
parent2b7a699acd3c064a39c1df8c7f7a0a5b66e07f0c (diff)
parentd3a8e107acb4f729016b6d649bc83a888359fb7d (diff)
downloadphp-git-4003595d6000477e86db9c868375acb577f47131.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: Clean up FR #72633
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6934a40b0c..7a82e02c52 100644
--- a/NEWS
+++ b/NEWS
@@ -96,7 +96,7 @@ PHP NEWS
- PDO_pgsql:
. Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)
. Implemented FR #72633 (Postgres PDO lastInsertId() should work without
- specifying a sequence). (Pablo Santiago Sánchez)
+ specifying a sequence). (Pablo Santiago Sánchez, Matteo)
- Reflection:
. Fixed bug #72222 (ReflectionClass::export doesn't handle array constants).