12 lines
230 B
INI
12 lines
230 B
INI
|
|
; Development PHP settings
|
||
|
|
display_errors = On
|
||
|
|
display_startup_errors = On
|
||
|
|
error_reporting = E_ALL
|
||
|
|
log_errors = On
|
||
|
|
|
||
|
|
memory_limit = 512M
|
||
|
|
max_execution_time = 300
|
||
|
|
max_input_time = 300
|
||
|
|
post_max_size = 128M
|
||
|
|
upload_max_filesize = 128M
|