1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00

Added in NEWS and UPGRADING for feature 55218

This commit is contained in:
Lonny Kapelushnik
2012-07-07 09:10:08 -04:00
parent 2178b1d02d
commit f0df7dbc8f
2 changed files with 7 additions and 0 deletions

3
NEWS
View File

@@ -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)

View File

@@ -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
==============================