From 67292ee205e17db603827c02b2d26c07f9f4416c Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Sat, 13 Apr 2002 10:23:46 +0000 Subject: @- old $node->append_child() is now $node->append_sibling(), since @ new append_child() now behaves like excepted (= W3C standard) (chregu, uwe) --- ext/domxml/php_domxml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/domxml/php_domxml.h') diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index b48374a430..8da31fdc36 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -108,6 +108,7 @@ PHP_FUNCTION(domxml_node_next_sibling); PHP_FUNCTION(domxml_node_previous_sibling); PHP_FUNCTION(domxml_node_owner_document); PHP_FUNCTION(domxml_node_insert_before); +PHP_FUNCTION(domxml_node_append_sibling); PHP_FUNCTION(domxml_node_append_child); PHP_FUNCTION(domxml_node_remove_child); PHP_FUNCTION(domxml_node_add_child); -- cgit v1.2.1