From fd9586e6ac718ffc84302d57fdf03f27cef84cef Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 15 Aug 2005 23:24:27 +0000 Subject: [PATCH] MFH: Chunk the output --- ext/standard/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/info.c b/ext/standard/info.c index 3ba26c101e..34fbf3e49b 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -138,7 +138,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);
 				php_ob_get_buffer(tmp3 TSRMLS_CC);
 				php_end_ob_buffer(0, 0 TSRMLS_CC);
-- 
2.40.0