Debugging using PHP 5.3.8

耗尽温柔 提交于 2019-12-08 08:21:49

问题


I used Xdebug for debugging in PHP v7. The way I did that its not working for PHP version 5.3.8.

From the https://xdebug.org/wizard.php page, when I paste phpinfo() text it shows error:

The compiler (MS VC9) that this PHP was build with, is no longer supported. Please upgrade to a version that was built with MS VC11 or MS VC14.

How to debug using PHP v5.3.8


回答1:


Download an older version for the matching PHP version: https://xdebug.org/download.php.

They may not be supported anymore, but old versions continue to work as they did when they were still actively supported.



来源:https://stackoverflow.com/questions/51244926/debugging-using-php-5-3-8

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!