We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e077c6b commit 90aa90bCopy full SHA for 90aa90b
php.ini-dist
@@ -83,7 +83,9 @@ y2k_compliance = Off
83
; after you send body content, at the price of slowing PHP's output layer a
84
; bit. You can enable output buffering during runtime by calling the output
85
; buffering functions. You can also enable output buffering for all files by
86
-; setting this directive to On.
+; setting this directive to On. If you wish to limit the size of the buffer
87
+; to a certain size - you can use a maximum number of bytes instead of 'On', as
88
+; a value for this directive (e.g., output_buffering=4096).
89
output_buffering = Off
90
91
; You can redirect all of the output of your scripts to a function. For
0 commit comments