projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7603133
)
MFH: Chunk the output
author
Ilia Alshanetsky
<iliaa@php.net>
Mon, 15 Aug 2005 23:24:47 +0000
(23:24 +0000)
committer
Ilia Alshanetsky
<iliaa@php.net>
Mon, 15 Aug 2005 23:24:47 +0000
(23:24 +0000)
ext/standard/info.c
patch
|
blob
|
history
diff --git
a/ext/standard/info.c
b/ext/standard/info.c
index e2e4265b0c993424fb4483f805f675cf3acab97c..2bd14c31238495a630ba17f76e8290541ab4d698 100644
(file)
--- 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("<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);