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