Update php-errors.ini
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2025-01-12 10:31:37 +00:00
parent 5132c3a308
commit 5788ec028d

View file

@ -1,11 +1,12 @@
error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
log_errors = On
## For production
# display_errors = Off
# error_log = /dev/stderr
## For debugging
display_errors = On
error_log = /var/log/php-errors.log
display_errors = Off
log_errors = On
error_log = /dev/stderr