PhpStorm:无法加载xebug.so

时间:2019-01-26 11:30:08

标签: phpstorm xdebug

在尝试调试单个PHP脚本时,PhpStorm一直抱怨xebug。我假设正确的名称是xdebug,但是我找不到使用xebug而不是xdebug的地方,包括/etc/php.d/15-xdebug.ini/etc/php.ini。我认为这是PhpStorm错误。
有谁知道这是由什么引起的,我该如何解决?

详细的控制台错误:

/usr/bin/php -dzend_extension=/usr/lib64/php/modules/xebug.so -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9000 -dxdebug.remote_host=127.0.0.1 myscript.phtml
Failed loading /usr/lib64/php/modules/xebug.so:  /usr/lib64/php/modules/xebug.so: cannot open shared object file: No such file or directory

0 个答案:

没有答案