12 lines
226 B
INI
12 lines
226 B
INI
error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
|
|
|
|
## For production
|
|
# display_errors = Off
|
|
# error_log = /dev/stderr
|
|
|
|
## For debugging
|
|
display_errors = Off
|
|
|
|
log_errors = On
|
|
error_log = /dev/stderr
|
|
|