fix TSRM build

This commit is contained in:
Antony Dovgal 2006-03-30 19:59:51 +00:00
parent 0f48af3cec
commit 4f1da95828

View File

@ -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);