File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,6 +285,8 @@ zlib.output_compression = Off
285285; implications and is generally recommended for debugging purposes only.
286286; https://php.net/implicit-flush
287287; Note: This directive is hardcoded to On for the CLI SAPI
288+ ; Note: Printing empty strings or sending headers is not considered output and
289+ ; will not result in a flush operation.
288290implicit_flush = Off
289291
290292; The unserialize callback function will be called (with the undefined class'
Original file line number Diff line number Diff line change @@ -285,6 +285,8 @@ zlib.output_compression = Off
285285; implications and is generally recommended for debugging purposes only.
286286; https://php.net/implicit-flush
287287; Note: This directive is hardcoded to On for the CLI SAPI
288+ ; Note: Printing empty strings or sending headers is not considered output and
289+ ; will not result in a flush operation.t
288290implicit_flush = Off
289291
290292; The unserialize callback function will be called (with the undefined class'
You can’t perform that action at this time.
0 commit comments