]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@gmail.com>
Wed, 13 Jul 2016 02:51:11 +0000 (10:51 +0800)
committerXinchen Hui <laruence@gmail.com>
Wed, 13 Jul 2016 02:51:11 +0000 (10:51 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 227f3d315711dc5512ae36c32659bd7ea5ee40c6..30415ea0297633d2d059a5d3fd2e441b84a1f54d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -45,11 +45,15 @@ PHP                                                                        NEWS
   . Fixed bug #72570 (Segmentation fault when binding parameters on a query
     without placeholders). (Matteo)
 
-- pcntl
+- Pcntl
   . Implemented asynchronous signal handling without TICKS. (Dmitry)
   . Added pcntl_signal_get_handler() that returns the current signal handler
     for a particular signal. Addresses FR #72409. (David Walker)
 
+- SimpleXML:
+  . Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML
+    element). (Laruence)
+
 - Tidy:
   . Implemented support for libtidy 5.0.0 and above. (Michael Orlitzky, Anatol)