Skip to content

Commit 90aa90b

Browse files
committed
- Update php.ini-dist
- Sync php.ini-recommended with php.ini-dist
1 parent e077c6b commit 90aa90b

File tree

2 files changed

+607
-332
lines changed

2 files changed

+607
-332
lines changed

php.ini-dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ y2k_compliance = Off
8383
; after you send body content, at the price of slowing PHP's output layer a
8484
; bit. You can enable output buffering during runtime by calling the output
8585
; buffering functions. You can also enable output buffering for all files by
86-
; setting this directive to On.
86+
; 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).
8789
output_buffering = Off
8890

8991
; You can redirect all of the output of your scripts to a function. For

0 commit comments

Comments
 (0)