尝试一段时间但无法解决php_xdebug.dll加载问题。
abc_1.csv
我已将.dll文件复制到ext目录中并相应地编辑了php.ini目录
Php Version: 7.0.9
xDebug Version: PHP 7.0 VC14 (64 bit)
file: php_xdebug-2.4.1-7.0-vc14-nts-x86_64.dll
重新启动apache之后,如果我检查php --ini然后收到加载错误
php.ini configuration:
zend_extension = "C:\xampp\php\ext\php_xdebug-2.4.1-7.0-vc14-nts-x86_64.dll"
xdebug.remote_autostart=on
xdebug.remote_enable=on
xdebug.remote_enable=1
xdebug.remote_handler="dbgp"
xdebug.remote_host="127.0.01"
xdebug.remote_port=9000
xdebug.remote_mode=req
xdebug.remote_log="C:\xampp\logs"
答案 0 :(得分:0)
这意味着.dll文件不在" ext"夹。检查" zend_ext"文件夹中。