Skip to content

Instantly share code, notes, and snippets.

@peyangu
Created April 21, 2018 09:22
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 peyangu/be6c65d0aee5e561e40e3aad9d2a6419 to your computer and use it in GitHub Desktop.
Save peyangu/be6c65d0aee5e561e40e3aad9d2a6419 to your computer and use it in GitHub Desktop.
php.iniに追記するXDebugの内容
[xdebug]
zend_extension="D:\xampp\php\ext\php_xdebug~.dll"
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_enable=1
xdebug.remote_autostart=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment