9 lines
213 B
INI
9 lines
213 B
INI
display_errors = Off
|
|
log_errors = On
|
|
error_log = /proc/self/fd/2
|
|
output_buffering = 4096
|
|
error_reporting = E_ALL
|
|
zend.exception_on_error = On
|
|
default_charset = "UTF-8"
|
|
post_max_size = 32M
|
|
upload_max_filesize = 32M |