MFH: Chunk the output
authorIlia Alshanetsky <iliaa@php.net>
Mon, 15 Aug 2005 23:24:47 +0000 (23:24 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 15 Aug 2005 23:24:47 +0000 (23:24 +0000)
ext/standard/info.c

index e2e4265b0c993424fb4483f805f675cf3acab97c..2bd14c31238495a630ba17f76e8290541ab4d698 100644 (file)
@@ -144,7 +144,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);