summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-04-13 10:23:46 +0000
committerChristian Stocker <chregu@php.net>2002-04-13 10:23:46 +0000
commit67292ee205e17db603827c02b2d26c07f9f4416c (patch)
tree16c7e17cab2a655b8dace8caedfec6bcb7089a45 /ext/domxml/php_domxml.h
parent83719f5cd8ac008683c9c29f80b9cd7d4c2d1212 (diff)
downloadphp-git-67292ee205e17db603827c02b2d26c07f9f4416c.tar.gz
@- old $node->append_child() is now $node->append_sibling(), since
@ new append_child() now behaves like excepted (= W3C standard) (chregu, uwe)
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h1
1 files changed, 1 insertions, 0 deletions
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);