]> granicus.if.org Git - php/commitdiff
Added in NEWS and UPGRADING for feature 55218
authorLonny Kapelushnik <lonnyk@gmail.com>
Sat, 7 Jul 2012 13:10:08 +0000 (09:10 -0400)
committerLonny Kapelushnik <lonnyk@gmail.com>
Sat, 7 Jul 2012 13:10:08 +0000 (09:10 -0400)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index dfad253f5a25c65c9b0e3f575078711df1c9a470..6e8cb1377929696265e92ba50e60c94561ffeb6d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,9 @@ PHP                                                                        NEWS
    . Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks 
      with constant). (Laruence)
 
+- SimpleXMLElement:
+  . Implemented FR #55218 Get namespaces from current node. (Lonny)
+
 - Sockets:
   . Fixed bug #62025 (__ss_family was changed on AIX 5.3). (Felipe)
     
index a10dca991c43b5c019db2ef8407c08adf014216f..3886aee7ba4300b91cd952d87740c0941a690360 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -343,6 +343,10 @@ PHP 5.4 UPGRADE NOTES
 
 - Since 5.4.5, resourcebundle_create() accepts null for the first two arguments.
 
+- Since 5.4.5, SimpleXMLElement::getDocNamespaces() has and extra parameter which
+  allows for toggling if the list of namespaces starts from the document root
+  or from the node you call the method on
+
 ==============================
 5. Changes to existing classes
 ==============================