我已经多次配置了 xdebug 和 php,但是回顾我的旧笔记,无法帮助我重新配置它。
我做了以下事情:
- 已安装
LAMP
- 已安装
php5-xdebug
- 重启阿帕奇
sudo /etc/init.d/apache2 restart
- 现在
/etc/php5/apache2/conf.d/xdebug.ini
看起来像这样:
xdebug.ini
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
xdebug.remote_enable=On
xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
我创建了一个仅包含的 php 文件,phpinfo();
当我在浏览器中加载该页面时,我没有像往常一样获得包含所有 xdebug 详细信息的 xdebug 部分
xdebug.collect
xdebug.dump
xdebug.profiler
等等等等
这一次我有什么没做错的?
The OS is Ubuntu 12.04
PHP version is 5.3.10
Apache version is 2.2.22
Xdebug version is 2.1.0-1