9 lines
214 B
INI
9 lines
214 B
INI
display_errors = Off
|
|
display_startup_errors = Off
|
|
log_errors = On
|
|
error_log = /proc/self/fd/2
|
|
error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE
|
|
error_prepend_string =
|
|
error_append_string =
|
|
default_charset = "UTF-8"
|