feat: add xdebug to dispatcher and sql

This commit is contained in:
2024-10-04 15:52:04 +02:00
committed by Philippe Caseiro
parent de24eb0026
commit 0a847ed53d
6 changed files with 44 additions and 20 deletions

View File

@ -0,0 +1,8 @@
# 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}