rep init
This commit is contained in:
commit
9767c6bddc
22 changed files with 551 additions and 0 deletions
6
php-extensions/docker-php-ext-xdebug.ini
Normal file
6
php-extensions/docker-php-ext-xdebug.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
zend_extension=xdebug
|
||||
xdebug.mode=develop,debug
|
||||
xdebug.start_with_request=yes
|
||||
xdebug.remote_port=9003
|
||||
xdebug.client_port=9003
|
||||
xdebug.remote_host=host.docker.internal
|
Loading…
Add table
Add a link
Reference in a new issue