summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-08-10 08:31:40 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-08-10 08:31:40 +0000
commite67defffbe66ac59578264905d8bde0c159d1bc7 (patch)
tree806aa81a4768dce98631a232c59512b188efa118 /ext/domxml/php_domxml.c
parente59bcdbfb8cd826fe50a60d68a8fd196813a3235 (diff)
downloadphp-git-e67defffbe66ac59578264905d8bde0c159d1bc7.tar.gz
last patch reverted, i didn't get the whole picture here
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r--ext/domxml/php_domxml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c
index 816359eed8..7ddd1e1c63 100644
--- a/ext/domxml/php_domxml.c
+++ b/ext/domxml/php_domxml.c
@@ -62,6 +62,7 @@ static zend_function_entry domxml_functions[] = {
static zend_function_entry php_domxmldoc_class_functions[] = {
PHP_FALIAS(root, domxml_root, NULL)
+ PHP_FALIAS(children, domxml_children, NULL)
PHP_FALIAS(add_root, domxml_add_root, NULL)
PHP_FALIAS(dtd, domxml_intdtd, NULL)
PHP_FALIAS(dumpmem, domxml_dumpmem, NULL)