]> granicus.if.org Git - php/commitdiff
Merge branch 'pull-request/112' into PHP-5.4
authorStanislav Malyshev <stas@php.net>
Sat, 7 Jul 2012 19:50:03 +0000 (12:50 -0700)
committerStanislav Malyshev <stas@php.net>
Sat, 7 Jul 2012 19:51:26 +0000 (12:51 -0700)
* pull-request/112:
  Added in NEWS and UPGRADING for feature 55218
  Adding in test for feature 55218
  Implements feature 55218

1  2 
NEWS
UPGRADING

diff --cc NEWS
index 70a8eb9ec08e7bb61856ce6839d2cf1e4be43ddb,6e8cb1377929696265e92ba50e60c94561ffeb6d..c1ad1837d89bcf3bb0ab644287317c78da613a9e
--- 1/NEWS
--- 2/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 a10dca991c43b5c019db2ef8407c08adf014216f,3886aee7ba4300b91cd952d87740c0941a690360..f3a9c3ee8d1c5adf5be5e028a4eb6768c368832f
+++ 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
  ==============================