Skip to content

Instantly share code, notes, and snippets.

@igorpronin
Last active May 30, 2017 08:56
Show Gist options
  • Save igorpronin/28b2ddd4f8a502fadd3582672d9865b0 to your computer and use it in GitHub Desktop.
Save igorpronin/28b2ddd4f8a502fadd3582672d9865b0 to your computer and use it in GitHub Desktop.
xDebug, настройки php.ini
# http://www.jetbrains.com/help/phpstorm/2017.1/configuring-xdebug.html
[Xdebug]
zend_extension="<path to php_xdebug.dll>"
xdebug.remote_enable=1
xdebug.remote_port="<the port for Xdebug to listen to>" (the default port is 9000)
xdebug.profiler_enable=1
xdebug.profiler_output_dir="<AMP home\tmp>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment