Compare commits

..

2 commits

Author SHA1 Message Date
678987b249 Merge pull request 'develop' (#4) from develop into master
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #4
2024-08-06 14:26:09 +00:00
3035594e97 Merge pull request 'Update Dockerfile' (#3) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3
2024-06-15 16:16:14 +00:00

View file

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