7 lines
231 B
INI
7 lines
231 B
INI
[xdebug]
|
|
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20170718/xdebug.so
|
|
xdebug.remote_autostart=1
|
|
xdebug.remote_enable=1
|
|
xdebug.remote_host=host.docker.internal
|
|
xdebug.remote_port=9000
|
|
xdebug.idekey=PHPSTORM_PHP72 |