From: Antony Dovgal Date: Thu, 30 Mar 2006 19:58:18 +0000 (+0000) Subject: fix build: there is no TSRMLS_CC in this function X-Git-Tag: php-5.1.3RC3~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14aef92b2ff81d5a640f4935327f9abad70546d9;p=php fix build: there is no TSRMLS_CC in this function --- diff --git a/ext/standard/info.c b/ext/standard/info.c index 840d357c8b..1d53d5596e 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -152,7 +152,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_ex((zend_write_func_t) php_info_write_wrapper, *tmp, 0 TSRMLS_CC);
+					zend_print_zval_ex((zend_write_func_t) php_info_write_wrapper, *tmp, 0);
 					PUTS("
"); } else { zend_print_zval_r(*tmp, 0 TSRMLS_CC);