これまで何度も xdebug と php を構成してきましたが、古いメモに戻っても構成をやり直すことができません。
私は次のことをしました:
- インストール済み
LAMP
- インストール済み
php5-xdebug
- Apacheを再起動しました
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