2016年4月17日日曜日

XAMPP-5.6.19 で xdebug を有効にする方法



xampp-win32-5.6.19-0-VC11-installer
 
php.ini に以下を追記します。 
 
[XDebug]
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_port = 9000
 
XAMPPの再設定のとき苦労したのでメモしました。

0 件のコメント: