Commit:    f0df7dbc8f5d39260b9e230cf1db3c436e36dbad
Author:    Lonny Kapelushnik <lon...@gmail.com>         Sat, 7 Jul 2012 
09:10:08 -0400
Parents:   2178b1d02d93fbfb8f018bcf151ececadbff719f
Branches:  PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=f0df7dbc8f5d39260b9e230cf1db3c436e36dbad

Log:
Added in NEWS and UPGRADING for feature 55218

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index dfad253..6e8cb13 100644
--- 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)
     
diff --git a/UPGRADING b/UPGRADING
index a10dca9..3886aee 100755
--- 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
 ==============================


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to