summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-05-03 13:53:46 +0000
committerChristian Stocker <chregu@php.net>2002-05-03 13:53:46 +0000
commitd5c7421a7cc82de724ff81f07ba29f7e4823fd78 (patch)
tree048fa83eede84dfa44e0c013d9eb587dea784003 /ext/domxml/php_domxml.h
parentbd4f1f90d0320f72fa8987b7c4508aff64b23d16 (diff)
downloadphp-git-d5c7421a7cc82de724ff81f07ba29f7e4823fd78.tar.gz
removed the function for domxml_node_add_child and made an alias to
domxml_node_append_child for BC
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index 9e0fc170f2..04c1de62c2 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -113,7 +113,6 @@ PHP_FUNCTION(domxml_node_append_sibling);
PHP_FUNCTION(domxml_node_append_child);
PHP_FUNCTION(domxml_node_remove_child);
PHP_FUNCTION(domxml_node_replace_child);
-PHP_FUNCTION(domxml_node_add_child);
PHP_FUNCTION(domxml_node_has_attributes);
PHP_FUNCTION(domxml_node_has_child_nodes);
PHP_FUNCTION(domxml_node_parent);