From: Xinchen Hui Date: Sat, 24 Mar 2012 06:22:04 +0000 (+0800) Subject: Fix ZTS build X-Git-Tag: php-5.4.1RC1~35^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56dac369ab930f9f0c42d6cad085868a1ea1a559;p=php Fix ZTS build --- diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c index e65f58c925..df413e9b61 100644 --- a/ext/dom/php_dom.c +++ b/ext/dom/php_dom.c @@ -543,7 +543,7 @@ static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp TSRMLS_DC static HashTable* dom_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ { - return dom_get_debug_info_helper(object, is_temp); + return dom_get_debug_info_helper(object, is_temp TSRMLS_CC); } /* }}} */