什么是“XDEBUG 未加载为 Zend 扩展"?警告是什么意思? [英] What does "XDEBUG NOT LOADED AS ZEND EXTENSION" warning means?

查看:30
本文介绍了什么是“XDEBUG 未加载为 Zend 扩展"?警告是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Xdebug 已加载,但未作为 Zend 扩展加载.这是什么意思?如何解决这个问题?

Xdebug is loaded, but not loaded as a zend extension. What does it mean? How to resolve this problem?

推荐答案

这个错误意味着你使用了extension="来加载 Xdebug.这可能在您的普通 php.ini 中,或者在某些发行版喜欢添加的名为 xdebug.ini 的文件中.在任何情况下,Xdebug 都需要作为 Zend 扩展来加载某些功能,例如单步调试.由于 Xdebug 不打算作为普通扩展工作,它也可能崩溃和烧毁.

This error means that you used "extension=" to load Xdebug. That could be in your normal php.ini, or in a file called xdebug.ini that some distributions like to add. In any case, Xdebug needs to be loaded as a Zend extension for certain features such as single step debugging. As Xdebug is not meant to work as a normal extension, it might crash and burn too.

将 Xdebug 加载为 Zend 扩展的语法取决于 PHP 版本和构建.我建议您使用 http://xdebug.org/wizard.php 为您提供正确的行.

The syntax for loading Xdebug as Zend extension depends on PHP version and build. I would suggest you use http://xdebug.org/wizard.php to provide you with the correct lines.

这篇关于什么是“XDEBUG 未加载为 Zend 扩展"?警告是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆