Created
March 10, 2015 12:44
-
-
Save linxlad/8ad6602d65a6b721ab28 to your computer and use it in GitHub Desktop.
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
; Enable xdebug extension module | |
zend_extension=/usr/lib64/php/modules/xdebug.so | |
xdebug.remote_enable = 1 | |
xdebug.renite_enable = 1 | |
xdebug.max_nesting_level = 1000 | |
xdebug.profiler_enable_trigger = 1 | |
xdebug.remote_port="9000" | |
xdebug.profiler_enable=1 | |
xdebug.idekey=PHPSTORM | |
xdebug.remote_host="127.0.0.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment