Compare commits

..

1 Commits

Author SHA1 Message Date
3633d90bee feat: add xdebug to dispatcher and sql 2024-10-04 16:19:35 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@ zend_extension=xdebug.so
# Xdebug configuration
xdebug.mode=${XDEBUG_MODE}
xdebug.client_host=${XDEBUG_CLIENT_HOST}
xdebug.start_with_request=${XEBUG_START_WITH_REQUEST}
xdebug.start_with_request=${XDEBUG_START_WITH_REQUEST}

View File

@ -5,4 +5,4 @@ zend_extension=xdebug.so
# Xdebug configuration
xdebug.mode=${XDEBUG_MODE}
xdebug.client_host=${XDEBUG_CLIENT_HOST}
xdebug.start_with_request=${XEBUG_START_WITH_REQUEST}
xdebug.start_with_request=${XDEBUG_START_WITH_REQUEST}