From 44df5b5190cfacd1f6c7280a46dc572a6bae999a Mon Sep 17 00:00:00 2001 From: VsevolodAzovsky Date: Tue, 2 Jan 2024 02:56:44 +0300 Subject: [PATCH] php.ini added important comment https://github.com/docker-library/php/issues/878 --- server/usr/local/etc/php/php.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/server/usr/local/etc/php/php.ini b/server/usr/local/etc/php/php.ini index 6a067850..62b97596 100644 --- a/server/usr/local/etc/php/php.ini +++ b/server/usr/local/etc/php/php.ini @@ -811,6 +811,7 @@ enable_dl = Off ; Disable logging through FastCGI connection. PHP's default behavior is to enable ; this feature. +;;; SEWA: CHANGED ACCORDING BUG: https://github.com/docker-library/php/issues/878 fastcgi.logging = 0 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to