Skip to content

Instantly share code, notes, and snippets.

@Stepa4man
Created October 15, 2018 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stepa4man/661b6a4ed8c0dbc7d66aa241785f2f01 to your computer and use it in GitHub Desktop.
Save Stepa4man/661b6a4ed8c0dbc7d66aa241785f2f01 to your computer and use it in GitHub Desktop.
;/etc/php/7.1/fpm/conf.d/20-xdebug.ini
zend_extension=xdebug.so
xdebug.remote_autostart=on
xdebug.remote_enable=on
xdebug.remote_handler="dbgp"
xdebug.remote_host="localhost"
xdebug.remote_port=9001
xdebug.remote_mode=req
xdebug.idekey="PHPSTORM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment