Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions php.ini-development
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ zlib.output_compression = Off
; implications and is generally recommended for debugging purposes only.
; https://php.net/implicit-flush
; Note: This directive is hardcoded to On for the CLI SAPI
; Note: Printing empty strings or sending headers is not considered output and
; will not result in a flush operation.
implicit_flush = Off

; The unserialize callback function will be called (with the undefined class'
Expand Down
2 changes: 2 additions & 0 deletions php.ini-production
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ zlib.output_compression = Off
; implications and is generally recommended for debugging purposes only.
; https://php.net/implicit-flush
; Note: This directive is hardcoded to On for the CLI SAPI
; Note: Printing empty strings or sending headers is not considered output and
; will not result in a flush operation.t
implicit_flush = Off

; The unserialize callback function will be called (with the undefined class'
Expand Down
Loading