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 36534af commit 6493d54Copy full SHA for 6493d54
UPGRADING
@@ -260,6 +260,14 @@ phpdbg:
260
PHPDBG_FUNC have been removed.
261
262
FPM:
263
+ . A new global option log_limit has been added. It can be used for setting
264
+ log limit for logged line which allows to log messages longer than 1024
265
+ characters without wrapping. It also fixes various wrapping issues.
266
+ . A new global option log_buffering has been added. It allows an experimental
267
+ logging without extra buffering.
268
+ . A new pool option decorate_workers_output has been added. It allows
269
+ disabling output decoration for workers output when catch_workers_output
270
+ enabled.
271
. The getallheaders() function is now also available.
272
273
========================================
0 commit comments