diff options
author | Rob Richards <rrichards@php.net> | 2004-08-30 15:07:20 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2004-08-30 15:07:20 +0000 |
commit | 02fa5aa0dc80076cefc35e598b544990dce9f236 (patch) | |
tree | adaddf5a6802ab5172ea860b389d4f94c86009e5 /ext/dom/php_dom.h | |
parent | d39cca1530d4ae93f08249d03fe1589a735e2e04 (diff) | |
download | php-git-02fa5aa0dc80076cefc35e598b544990dce9f236.tar.gz |
remove cloning under ze1_compatibility_mode
- minor BC break but doesnt work right under compat mode anyways
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r-- | ext/dom/php_dom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h index b30a144fd2..a8ee2b95aa 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -104,7 +104,7 @@ int dom_has_feature(char *feature, char *version); int dom_node_is_read_only(xmlNodePtr node); int dom_node_children_valid(xmlNodePtr node); void php_dom_create_interator(zval *return_value, int ce_type TSRMLS_DC); -void dom_namednode_iter(dom_object *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xmlChar *local, xmlChar *ns); +void dom_namednode_iter(dom_object *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xmlChar *local, xmlChar *ns TSRMLS_DC); xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID); xmlNode *php_dom_libxml_hash_iter(xmlHashTable *ht, int index); xmlNode *php_dom_libxml_notation_iter(xmlHashTable *ht, int index); |