summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-14 22:57:39 +0200
committerAnatol Belski <ab@php.net>2016-08-14 22:57:39 +0200
commit0a85fd9877feb44520d2967f64ebb20483264e52 (patch)
treebb643625e8a5878452f671d6b50e2e09f2b39094
parent9a5dff415a17c09e61d723fa42ca2314662fe1ee (diff)
downloadphp-git-0a85fd9877feb44520d2967f64ebb20483264e52.tar.gz
sync NEWS
-rw-r--r--NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dab6372aac..b919c3933f 100644
--- a/NEWS
+++ b/NEWS
@@ -86,8 +86,6 @@ 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)
- Reflection:
. Fixed bug #72222 (ReflectionClass::export doesn't handle array constants).