projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb190b4
)
Add NEWS entry
author
Nikita Popov
<nikic@php.net>
Wed, 13 Jul 2016 19:57:01 +0000
(21:57 +0200)
committer
Nikita Popov
<nikic@php.net>
Wed, 13 Jul 2016 19:57:01 +0000
(21:57 +0200)
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 2af5a21c5d67b23dbafa55ea5225ba4350b0e736..79d450408893cb7f92ff2b61127f000579e186fe 100644
(file)
--- 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)