update error_reporting

This commit is contained in:
Paul J Stevens 2023-08-13 12:59:00 +02:00
parent 011ac037e6
commit 027c1cc5f1
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ memory_limit = 128M
; Development Value: E_ALL
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
; https://php.net/error-reporting
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
; This directive controls whether or not and where PHP will output errors,
; notices and warnings too. Error output is very useful during development, but