# Prevent execution timeout due to the large amount of data to process during profling sessions max_execution_time=300 # Extension zend_extension=xdebug.so # Xdebug configuration xdebug.mode=${XDEBUG_MODE} xdebug.client_host=${XDEBUG_CLIENT_HOST} xdebug.start_with_request=${XDEBUG_START_WITH_REQUEST}