From 394d2d360e9feb8119d40f431b98dbc39fb3d025 Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Mon, 23 Jan 2017 11:04:14 +0100 Subject: [PATCH] Improve php configuration --- etc/php/php.ini | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/etc/php/php.ini b/etc/php/php.ini index 5f2abf5..f1b6218 100644 --- a/etc/php/php.ini +++ b/etc/php/php.ini @@ -3,4 +3,12 @@ xdebug.remote_enable=1 xdebug.idekey=PHPSTORM xdebug.profiler_enable=0 xdebug.max_nesting_level=700 -xdebug.remote_host=localhost +xdebug.remote_host=192.168.0.1 # your ip + +# PHPStorm +#[xdebug] +#xdebug.remote_enable=1 +#xdebug.idekey=PHPSTORM +#xdebug.profiler_enable=0 +#xdebug.max_nesting_level=700 +#xdebug.remote_host=192.168.0.1 # your ip