mirror of
https://github.com/php/php-src.git
synced 2024-12-26 10:19:53 +08:00
fix TSRM build
This commit is contained in:
parent
0f48af3cec
commit
4f1da95828
@ -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 (Z_TYPE_PP(tmp) == IS_ARRAY) {
|
||||||
if (!sapi_module.phpinfo_as_text) {
|
if (!sapi_module.phpinfo_as_text) {
|
||||||
PUTS("<pre>");
|
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>");
|
PUTS("</pre>");
|
||||||
} else {
|
} else {
|
||||||
zend_print_zval_r(*tmp, 0 TSRMLS_CC);
|
zend_print_zval_r(*tmp, 0 TSRMLS_CC);
|
||||||
|
Loading…
Reference in New Issue
Block a user