Send PHP errors to STDERR

This commit is contained in:
Glenn Y. Rolland 2018-12-05 21:59:54 +01:00
parent d7a3e9de0a
commit 19f863c799
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
display_errors = Off
log_errors = On
error_log = /dev/stderr