Skip to content

Instantly share code, notes, and snippets.

@raf-sh
Created October 6, 2016 10:42
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 raf-sh/114c93a1e5e480cec1cc47e40ffbecaa to your computer and use it in GitHub Desktop.
Save raf-sh/114c93a1e5e480cec1cc47e40ffbecaa to your computer and use it in GitHub Desktop.
xdebug for console yii1 apps
zend_extension=/usr/lib/php5/20100525/xdebug.so
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_host=192.168.0.104
xdebug.remote_mode=req
xdebug.remote_connect_back=1
xdebug.remote_autostart=0
xdebug.idekey=PHPSTORM
xdebug.serverName=Example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment