【发布时间】:2011-09-30 03:15:00
【问题描述】:
我必须使用 Zend Optimizer。 3 天后,我发现它无法与 xdebug 相处,现在我想卸载它。我如何在 Debian 上做到这一点?
我的服务器:
PHP 5.2.6-1+lenny9 和 Suhosin-Patch 0.9.6.2 (cli)(构建时间:8 月 4 日 2010 03:25:57)
【问题讨论】:
-
您是否使用 debian 包管理器安装了 xdebug?
-
它在服务器上。我不记得使用任何包管理器
-
貌似一般是通过PECL安装的,所以你不妨试试
sudo pecl uninstall xdebug。
标签: linux apache zend-framework debian