Utilise le port 9000 pour xdebug
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
[xdebug]
|
[xdebug]
|
||||||
zend_extension = xdebug.so
|
zend_extension = xdebug.so
|
||||||
xdebug.remote_enable=1
|
xdebug.remote_enable=1
|
||||||
xdebug.remote_port=9042
|
|
||||||
xdebug.remote_host=172.17.0.1
|
xdebug.remote_host=172.17.0.1
|
||||||
xdebug.remote_connect_back=1 # Not safe for production servers
|
xdebug.remote_connect_back=1 # Not safe for production servers
|
||||||
|
xdebug.remote_port=9000
|
||||||
xdebug.remote_handler=dbgp
|
xdebug.remote_handler=dbgp
|
||||||
xdebug.remote_mode=req
|
xdebug.remote_mode=req
|
||||||
xdebug.remote_autostart=true
|
xdebug.remote_autostart=true
|
||||||
|
Reference in New Issue
Block a user