diff options
author | Christian Stocker <chregu@php.net> | 2003-04-09 07:29:39 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2003-04-09 07:29:39 +0000 |
commit | 6f9d53e02d49dc2d19c62cfd012af26f4989e7d1 (patch) | |
tree | 063addd461ac0241a7421a6286d17764dbb9069f /ext/domxml/php_domxml.h | |
parent | 7029ef01b39338397b76a4adcd59dccbb7afbace (diff) | |
download | php-git-6f9d53e02d49dc2d19c62cfd012af26f4989e7d1.tar.gz |
- Fixed some memleaks when using attributes
- Added attrnode->set_value()
(by Rob Richards)
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |