-
-
Save igorpronin/28b2ddd4f8a502fadd3582672d9865b0 to your computer and use it in GitHub Desktop.
xDebug, настройки php.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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