简体   繁体   English

加载 php_xdebug 失败

[英]Failed loading php_xdebug

I'm trying to configure PhpStorm.我正在尝试配置 PhpStorm。 Actually I'm installing Xdebug, but when I load the php.exe , PhpStorm says "debugger not installed", as if it doesn't see it, but it's there!实际上我正在安装 Xdebug,但是当我加载php.exe时,PhpStorm 说“未安装调试器”,好像它没有看到它,但它就在那里!

My PHP version is 7.3.11 , so I download xdebug-2.8我的 PHP 版本是7.3.11 ,所以我下载xdebug-2.8

In the prompt, writing php -v I get this:在提示符下,写php -v我得到这个:

Failed loading C:\php7\php_xdebug-2.8.0-7.3-vc15-nts-x86_64.dll PHP 7.3.11 (cli) (built: Oct 22 2019 11:20:18) ( ZTS MSVC15 (Visual C++ 2017) x64 ) Failed loading C:\php7\php_xdebug-2.8.0-7.3-vc15-nts-x86_64.dll PHP 7.3.11 (cli) (built: Oct 22 2019 11:20:18) ( ZTS MSVC15 (Visual C++ 2017) x64 )

I removed the Visual C++ 2017 redistributable and install 2015 version, but I still get the same error.我删除了 Visual C++ 2017 可再发行组件并安装 2015 版本,但我仍然遇到相同的错误。

To find out which exact file to download, please use the wizard .要找出要下载的确切文件,请使用向导 This will direct you towards the correct variant of the Xdebug DLL.这将引导您找到正确的 Xdebug DLL 变体。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 PHP 8.0.2 - 加载 Zend 扩展“xdebug”失败 - PHP 8.0.2 - Failed loading Zend extension 'xdebug' 在 PhpStorm 中加载 Xdebug 失败 - Failed loading Xdebug in PhpStorm Eclipse中的PHP无法加载Xdebug - PHP in Eclipse not loading Xdebug Xdebug:警告:加载 Zend 扩展“xdebug”失败 - Xdebug: Warning: Failed loading Zend extension 'xdebug' brew php54-xdebug加载xxx.xdebug.so失败找不到符号 - brew php54-xdebug Failed loading xxx.xdebug.so Symbol not found 本地环境中的 Xdebug 错误 [加载 /usr/local/lib/php/pecl/20190902/xdebug.so 失败:] - Xdebug error on local environment [Failed loading /usr/local/lib/php/pecl/20190902/xdebug.so:] php 8.2.0 报告使用 php_xdebug-3.2.0-8.0-vs16-nts-x86_64 加载 Zend 扩展“xdebug”失败 - php 8.2.0 reports Failed loading Zend extension 'xdebug' with php_xdebug-3.2.0-8.0-vs16-nts-x86_64 是什么导致消息“加载/usr/lib/php/modules/xdebug.so失败”(“没有这样的文件或目录”)? - What is causing the message “Failed loading /usr/lib/php/modules/xdebug.so” (“No such file or directory”)? XDebug 未在 Windows 7 64 位 PHP 5.4 上加载 - XDebug not loading on Windows 7 64 bit PHP 5.4 加载ext \\ php_xdebug-2.6.1-7.1-vc14-nts.dll失败,并且错误:没有代码覆盖驱动程序 - Failed loading ext\php_xdebug-2.6.1-7.1-vc14-nts.dll and Error:No code coverage driver is available
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM