First commit
This commit is contained in:
10
docker/php/config/docker-php-ext-xdebug.ini
Normal file
10
docker/php/config/docker-php-ext-xdebug.ini
Normal file
@@ -0,0 +1,10 @@
|
||||
zend_extension = /usr/local/lib/php/extensions/no-debug-non-zts-20240924/xdebug.so
|
||||
xdebug.mode=debug
|
||||
xdebug.idekey=PHPSTORM
|
||||
xdebug.start_with_request=yes
|
||||
xdebug.discover_client_host=no
|
||||
xdebug.client_port=9003
|
||||
xdebug.log="/var/www/html/LOG/xdebug.log"
|
||||
xdebug.log_level = 0
|
||||
xdebug.client_host=host.docker.internal
|
||||
xdebug.connect_timeout_ms=2
|
||||
Reference in New Issue
Block a user