- PHP 7.0.x: https://xdebug.org/files/php_xdebug-2.5.5-7.0-vc14.dll
- PHP 7.1.x: https://xdebug.org/files/php_xdebug-2.5.5-7.1-vc14.dll
- Copy the file
php_xdebug-2.5.5-7.1-vc14.dll
to:C:\xampp\php\ext
- Open the file
C:\xampp\php\php.ini
with Notepad++ - Scroll down to the
[XDebug]
section and copy this lines:
https://xdebug.org/wizard.php
すごい便利
- Download php_xdebug-2.5.4-7.1-vc14.dll
- Move the downloaded file to D:\xampp\php\ext
(環境によるぜ)
- Edit
D:\xampp\php\php.ini
and add the line(環境によるぜ)
zend_extension = D:\xampp\php\ext\php_xdebug-2.5.4-7.1-vc14.dll(環境によるぜ)
- Restart the webserverとか出るし