mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
fix build: there is no TSRMLS_CC in this function
This commit is contained in:
parent
7385433f34
commit
14aef92b2f
@ -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("<pre>");
|
||||
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("</pre>");
|
||||
} else {
|
||||
zend_print_zval_r(*tmp, 0 TSRMLS_CC);
|
||||
|
Loading…
Reference in New Issue
Block a user