From: Rob Richards Date: Tue, 7 Mar 2006 15:27:01 +0000 (+0000) Subject: updated for simplexml changes X-Git-Tag: php-5.1.3RC1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f84c9acc770ed81a9ecb6f4cae00a15c1ad7fd21;p=php updated for simplexml changes --- diff --git a/NEWS b/NEWS index 07dccee786..867572d003 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ PHP NEWS - Improved SimpleXML: (Marcus) . Added SimpleXMLElement::getName() to retrieve name of element. . Added ability to create elements on the fly. + . Added addChild() method for element creation supporting namespaces. + . Added addAttribute() method for attribute creation supporting namespaces. + . Added ability to delete specific elements and attributes by offset. - Improved Reflection API: (Marcus) . Added ReflectionClass::newInstanceArgs($args). . Added ability to analyze extension dependency.