]> granicus.if.org Git - php/commitdiff
Fix ZTS build
authorXinchen Hui <laruence@gmail.com>
Sat, 24 Mar 2012 06:22:04 +0000 (14:22 +0800)
committerXinchen Hui <laruence@gmail.com>
Sat, 24 Mar 2012 06:22:04 +0000 (14:22 +0800)
ext/dom/php_dom.c

index e65f58c92509602b8603b1c7990285b22daad8b2..df413e9b6162859acf865f1f82741ea9e05fd77f 100644 (file)
@@ -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);
 }
 /* }}} */