From f84c9acc770ed81a9ecb6f4cae00a15c1ad7fd21 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Tue, 7 Mar 2006 15:27:01 +0000 Subject: [PATCH] updated for simplexml changes --- NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.50.1