Commit:    a213c10ef2125ac2da7a71ddb668d6f0aea8a05c
Author:    Stanislav Malyshev <s...@php.net>         Sat, 7 Jul 2012 12:50:03 
-0700
Parents:   79ed100c19667ecf8b8fcb445bd52bf8c22cee0a 
f0df7dbc8f5d39260b9e230cf1db3c436e36dbad
Branches:  PHP-5.4 master

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

Log:
Merge branch 'pull-request/112' into PHP-5.4

* pull-request/112:
  Added in NEWS and UPGRADING for feature 55218
  Adding in test for feature 55218
  Implements feature 55218

Changed paths:
  MM  NEWS
  MM  UPGRADING


Diff:
diff --cc NEWS
index 70a8eb9,6e8cb13..c1ad183
--- a/NEWS
+++ b/NEWS
@@@ -1,5 -1,5 +1,10 @@@
  PHP                                                                        
NEWS
  
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
++?? ??? 2012, PHP 5.4.6
++
++- SimpleXML:
++  . Implemented FR #55218 Get namespaces from current node. (Lonny)
++
  ?? ??? 2012, PHP 5.4.5
  
  - Core:
diff --cc UPGRADING
index a10dca9,3886aee..f3a9c3e
--- a/UPGRADING
+++ b/UPGRADING
@@@ -343,6 -343,10 +343,10 @@@ PHP 5.4 UPGRADE NOTE
  
  - Since 5.4.5, resourcebundle_create() accepts null for the first two 
arguments.
  
 -- Since 5.4.5, SimpleXMLElement::getDocNamespaces() has and extra parameter 
which
++- Since 5.4.6, 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