diff options
| author | Jakub Zelenka <bukka@php.net> | 2018-07-07 13:16:16 +0100 |
|---|---|---|
| committer | Jakub Zelenka <bukka@php.net> | 2018-07-07 13:16:16 +0100 |
| commit | 3b10e9ccf1e2dab56f83d979cafa29b49433dfe6 (patch) | |
| tree | 96e63307cd77657734979073ea58372cdb4ad8cf | |
| parent | 3e5afbf0a80317216d98c6e5c0dd2eb54f34e438 (diff) | |
| download | php-git-3b10e9ccf1e2dab56f83d979cafa29b49433dfe6.tar.gz | |
Update NEWS for log related changes in FPM
| -rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,7 +12,10 @@ PHP NEWS - FPM: . Fixed bug #62596 (getallheaders() missing with PHP-FPM). (Remi) - . Add fpm_get_status function. (Till Backhaus) + . Added fpm_get_status function. (Till Backhaus) + . Fixed bug #69031 (Long messages into stdout/stderr are truncated + incorrectly) - added new log related FPM configuration options: + log_limit, log_buffering and decorate_workers_output. (Jakub Zelenka) - PDO_Firebird: . Fixed bug #74462 (PDO_Firebird returns only NULLs for results with boolean |
