summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-07-01 14:48:38 +0000
committerChristian Stocker <chregu@php.net>2002-07-01 14:48:38 +0000
commite1483035b69bf7d52ea25e17c9b95c4bb4d2dc9b (patch)
treeff6586729139e897496fab43b732097cd69352f2 /ext/domxml/php_domxml.h
parent4b321b043051c1cdd5ec9f3e2a2cbddc7fdb05b5 (diff)
downloadphp-git-e1483035b69bf7d52ea25e17c9b95c4bb4d2dc9b.tar.gz
outcomment everything related to domxml_elem_set_attribute_node(). This
function is not implemented and shouldn't show up at all for the time being
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 582980cdd9..0ba434f88e 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -163,7 +163,9 @@ 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 */