summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2016-07-13 21:57:01 +0200
committerNikita Popov <nikic@php.net>2016-07-13 21:57:01 +0200
commit3cc4265527c7d97c3b87054f5ce46cf37351688c (patch)
tree2d39564acaa41fc6e03a777daa25a5655440e97b
parenteb190b4e917e537380a505c4c28b9dc2c5b3c295 (diff)
downloadphp-git-3cc4265527c7d97c3b87054f5ce46cf37351688c.tar.gz
Add NEWS entry
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2af5a21c5d..79d4504088 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,10 @@ PHP NEWS
- PDO_pgsql:
. Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)
+- Reflection:
+ . Fixed bug #72222 (ReflectionClass::export doesn't handle array constants).
+ (Nikita Nefedov)
+
- SPL:
. Fixed bug #72122 (IteratorIterator breaks '@' error suppression). (kinglozzer)