diff options
author | Nikita Popov <nikic@php.net> | 2016-07-13 21:57:01 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-07-13 21:57:01 +0200 |
commit | 3cc4265527c7d97c3b87054f5ce46cf37351688c (patch) | |
tree | 2d39564acaa41fc6e03a777daa25a5655440e97b | |
parent | eb190b4e917e537380a505c4c28b9dc2c5b3c295 (diff) | |
download | php-git-3cc4265527c7d97c3b87054f5ce46cf37351688c.tar.gz |
Add NEWS entry
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |