summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-01-25 17:00:09 +0000
committerUwe Steinmann <steinm@php.net>2000-01-25 17:00:09 +0000
commit5c3917478a0cbdd4fd7468780e3c8175fd397707 (patch)
tree3a3e729d9c9bd1d625bcb103395d6e4dbd496163 /ext/domxml/php_domxml.h
parent99ff6e3b766c1a0dbecf0ea579bb84d3d237b894 (diff)
downloadphp-git-5c3917478a0cbdd4fd7468780e3c8175fd397707.tar.gz
- resumed work on domxml and found a way to circumwent a segm fault
(see the source). No solution to fix it, yet. Probably needs some understanding of zend, which I don't have. - added more functions
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index 4153818172..c5bd02eb9d 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -56,6 +56,8 @@ PHP_FUNCTION(domxml_setattr);
PHP_FUNCTION(domxml_children);
PHP_FUNCTION(domxml_lastchild);
PHP_FUNCTION(domxml_parent);
+PHP_FUNCTION(domxml_node);
+PHP_FUNCTION(domxml_newchild);
/* Class Attribute methods */
PHP_FUNCTION(domxml_attrname);