mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Chunk the output
This commit is contained in:
parent
a47eec0754
commit
9711fbace9
@ -142,7 +142,7 @@ static void php_print_gpcse_array(char *name, uint name_length TSRMLS_DC)
|
||||
if (!sapi_module.phpinfo_as_text) {
|
||||
PUTS("<pre>");
|
||||
}
|
||||
php_start_ob_buffer(NULL, 0, 1 TSRMLS_CC);
|
||||
php_start_ob_buffer(NULL, 4096, 1 TSRMLS_CC);
|
||||
|
||||
zend_print_zval_r(*tmp, 0 TSRMLS_CC);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user