summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-07-07 12:50:03 -0700
committerStanislav Malyshev <stas@php.net>2012-07-07 12:51:26 -0700
commita213c10ef2125ac2da7a71ddb668d6f0aea8a05c (patch)
tree0507174df83c3a4f4d8778ced4807a28e78337b9 /UPGRADING
parent79ed100c19667ecf8b8fcb445bd52bf8c22cee0a (diff)
parentf0df7dbc8f5d39260b9e230cf1db3c436e36dbad (diff)
downloadphp-git-a213c10ef2125ac2da7a71ddb668d6f0aea8a05c.tar.gz
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
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index a10dca991c..f3a9c3ee8d 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.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
==============================