diff options
author | Lonny Kapelushnik <lonnyk@gmail.com> | 2012-07-07 09:10:08 -0400 |
---|---|---|
committer | Lonny Kapelushnik <lonnyk@gmail.com> | 2012-07-07 09:10:08 -0400 |
commit | f0df7dbc8f5d39260b9e230cf1db3c436e36dbad (patch) | |
tree | 7ecea75e7653aada496cdae830f2147e83e48739 /UPGRADING | |
parent | 2178b1d02d93fbfb8f018bcf151ececadbff719f (diff) | |
download | php-git-f0df7dbc8f5d39260b9e230cf1db3c436e36dbad.tar.gz |
Added in NEWS and UPGRADING for feature 55218
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ============================== |