18 lines
410 B
INI
18 lines
410 B
INI
upload_max_filesize = 100M
|
|
post_max_size = 108M
|
|
html_errors=On
|
|
display_errors=On
|
|
date.timezone=Europe/Paris
|
|
memory_limit=-1
|
|
max_execution_time = 300
|
|
|
|
xdebug.idekey = "PHPSTORM"
|
|
xdebug.remote_enable=1
|
|
xdebug.remote_autostart=1
|
|
xdebug.remote_port=9000
|
|
xdebug.remote_connect_back=1
|
|
xdebug.remote_handler=dbgp
|
|
xdebug.profiler_enable=0
|
|
xdebug.profiler_enable_trigger=1
|
|
xdebug.profiler_output_dir="/application/log"
|