summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2003-04-03 10:21:19 +0000
committerChristian Stocker <chregu@php.net>2003-04-03 10:21:19 +0000
commit630a00dda628f0cbbc8560cc1a69ee1038664099 (patch)
tree74688895a89870c0435114ca973a309913e6c3c6 /ext/domxml/php_domxml.h
parent05e02eb27bebace6075407c148eb6f10cb0ea78f (diff)
downloadphp-git-630a00dda628f0cbbc8560cc1a69ee1038664099.tar.gz
- Added domxml_elem_set_attribute_node() method. (Rob Richards)
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index 557b2d0f05..7f2977a59c 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -170,9 +170,7 @@ PHP_FUNCTION(domxml_elem_get_attribute);
PHP_FUNCTION(domxml_elem_set_attribute);
PHP_FUNCTION(domxml_elem_remove_attribute);
PHP_FUNCTION(domxml_elem_get_attribute_node);
-/* since this function is not really implemented, outcomment it for the time beeing
PHP_FUNCTION(domxml_elem_set_attribute_node);
-*/
PHP_FUNCTION(domxml_elem_get_elements_by_tagname);
PHP_FUNCTION(domxml_elem_has_attribute);
/* Class CData methods */