9 lines
217 B
INI
9 lines
217 B
INI
display_errors = On
|
|
display_startup_errors = Off
|
|
log_errors = On
|
|
error_reporting = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
|
|
upload_max_filesize = 20M
|
|
post_max_size = 25M
|
|
max_execution_time = 120
|
|
memory_limit = 256M
|