From: Ilia Alshanetsky Date: Mon, 15 Aug 2005 23:24:47 +0000 (+0000) Subject: MFH: Chunk the output X-Git-Tag: PRE_NEW_OCI8_EXTENSION~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ee4d80fc3e26ddb8672b2140a148dc113331828;p=php MFH: Chunk the output --- diff --git a/ext/standard/info.c b/ext/standard/info.c index e2e4265b0c..2bd14c3123 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -144,7 +144,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);