From 5a7697e15d73fef517f51960268f9e91146ba4b7 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Thu, 3 Nov 2016 12:14:02 +0100 Subject: [PATCH] Utilise le port 9000 pour xdebug --- config/xdebug.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/xdebug.ini b/config/xdebug.ini index ef0e9f0..5024ca3 100644 --- a/config/xdebug.ini +++ b/config/xdebug.ini @@ -1,9 +1,9 @@ [xdebug] zend_extension = xdebug.so xdebug.remote_enable=1 -xdebug.remote_port=9042 xdebug.remote_host=172.17.0.1 xdebug.remote_connect_back=1 # Not safe for production servers +xdebug.remote_port=9000 xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.remote_autostart=true