diff options
author | Uwe Steinmann <steinm@php.net> | 2000-11-10 11:40:03 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-11-10 11:40:03 +0000 |
commit | 52aba68aa2ffb94332580bbdde20f0051739632d (patch) | |
tree | 833610aee8569cc3e238a5830bd1d89e9d43cd5e /ext/domxml/php_domxml.h | |
parent | 7534b9857a618d7ff0f40559083faebc1cd94a36 (diff) | |
download | php-git-52aba68aa2ffb94332580bbdde20f0051739632d.tar.gz |
- new function set_content() which is a workaround for bug #6457
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index d17c7a045b..cea1184fa1 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -54,6 +54,7 @@ PHP_FUNCTION(domxml_lastchild); PHP_FUNCTION(domxml_parent); PHP_FUNCTION(domxml_node); PHP_FUNCTION(domxml_new_child); +PHP_FUNCTION(domxml_set_content); /* Class Attribute methods */ PHP_FUNCTION(domxml_attrname); |