Update NEWS

This commit is contained in:
Xinchen Hui 2017-07-21 18:17:12 +08:00
parent 08177312fb
commit a8f98fc7f7

4
NEWS
View File

@ -9,6 +9,10 @@ PHP NEWS
. Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start
with "#"). (Andrew Nester)
- SimpleXML:
. Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces).
(Laruence)
- SPL:
. Fixed bug #74669 (Unserialize ArrayIterator broken). (Andrew Nester)