From: Ilia Alshanetsky Date: Mon, 15 Aug 2005 23:23:40 +0000 (+0000) Subject: Chunk the output X-Git-Tag: php-5.1.0RC1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9711fbace9671a2a82f0eeeae72c5823dfae4307;p=php Chunk the output --- diff --git a/ext/standard/info.c b/ext/standard/info.c index 4c080f334c..0153d87c85 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -142,7 +142,7 @@ static void php_print_gpcse_array(char *name, uint name_length TSRMLS_DC) if (!sapi_module.phpinfo_as_text) { PUTS("
");
 				}
-				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);