From: foobar Date: Tue, 7 Aug 2001 17:17:39 +0000 (+0000) Subject: Missed these X-Git-Tag: BEFORE_PARAM_PARSING_CHANGE~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=053cac2c3a1b4474ede933d8f7e99f2977dff241;p=php Missed these --- diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index 4ca92877b9..41cbfb6df6 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -71,8 +71,8 @@ zend_class_entry *xpathobject_class_entry; #endif -static int node_attributes(zval **attributes, xmlNode *nodep); -static int node_children(zval **children, xmlNode *nodep); +static int node_attributes(zval **attributes, xmlNode *nodep TSRMLS_DC); +static int node_children(zval **children, xmlNode *nodep TSRMLS_DC); static zend_function_entry domxml_functions[] = { PHP_FE(domxml_version, NULL)