From: Ilia Alshanetsky Date: Sun, 11 Jun 2006 20:47:34 +0000 (+0000) Subject: Fixed ZTS build X-Git-Tag: php-5.2.0RC1~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66141bd5d1973d65d47d0580b32724942aea1bfc;p=php Fixed ZTS build --- diff --git a/ext/standard/info.c b/ext/standard/info.c index e105e0d9e4..13d15d84c0 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -154,7 +154,7 @@ static void php_print_gpcse_array(char *name, uint name_length TSRMLS_DC) if (Z_TYPE_PP(tmp) == IS_ARRAY) { if (!sapi_module.phpinfo_as_text) { PUTS("
");
-					zend_print_zval_r_ex((zend_write_func_t) php_info_write_wrapper, *tmp, 0);
+					zend_print_zval_r_ex((zend_write_func_t) php_info_write_wrapper, *tmp, 0 TSRMLS_CC);
 					PUTS("
"); } else { zend_print_zval_r(*tmp, 0 TSRMLS_CC);