如何在 Debian 上卸载 xdebug?
我必须使用 Zend 优化器。三天后,我发现它与 xdebug 不兼容,现在我想卸载它。我该如何在 Debian 上做到这一点?
我的服务器:
PHP 5.2.6-1+lenny9 与 Suhosin-Patch 0.9.6.2 (cli)(构建:8 月 4 日) 2010 03:25:57)
I have to use the Zend Optimizer. After 3 days I figured it doesn't get along with xdebug and now I want to uninstall it. How do I do that on Debian?
My server:
PHP 5.2.6-1+lenny9 with Suhosin-Patch 0.9.6.2 (cli) (built: Aug 4
2010 03:25:57)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我删除了二进制文件(搜索 xdebug.so),然后删除了所有
zend_extension= php.ini 中有关 Xdebug 的行,现在一切正常。
I removed the binary (search for xdebug.so) and then removed all
zend_extension= lines from php.ini regarding Xdebug and now everything works.