From 6f9d53e02d49dc2d19c62cfd012af26f4989e7d1 Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Wed, 9 Apr 2003 07:29:39 +0000 Subject: - Fixed some memleaks when using attributes - Added attrnode->set_value() (by Rob Richards) --- ext/domxml/php_domxml.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/domxml/php_domxml.h') diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index e7c6c86323..b1b0cdb541 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -1,4 +1,4 @@ -/* +/* +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ @@ -165,6 +165,7 @@ PHP_FUNCTION(domxml_is_blank_node); PHP_FUNCTION(domxml_attr_name); PHP_FUNCTION(domxml_attr_value); PHP_FUNCTION(domxml_attr_specified); +PHP_FUNCTION(domxml_attr_set_value); /* Class Element methods */ PHP_FUNCTION(domxml_elem_tagname); -- cgit v1.2.1