八叶草

学习资料记录

php xdebug

centos 5.7

yum install php-devel
wget http://www.xdebug.org/files/xdebug-2.0.3.tgz

tar zxvf  xdebug-2.0.3.tgz
cd xdebug-2.0.3
phpize
./configure --enable-xdebug --with-php-config=/usr/bin/php-config
make && make install


[Xdebug]
zend_extension=/usr/lib/php/modules/xdebug.so
xdebug.default_enable=On
xdebug.auto_trace=On
xdebug.collect_params=On
xdebug.collect_return=On
xdebug.profiler_enable=On
xdebug.remote_autostart=On
xdebug.remote_enable=On
xdebug.remote_host=192.168.1.*
xdebug.remote_port=9000
xdebug.remote_handler=dbgp


问题:
autoconf 版本非2.61
# wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.61.tar.gz
# tar -zvxf autoconf-2.61.tar.gz
# cd autoconf-2.61/
# ./configure && make && make install


posted on 2011-12-25 12:07 八叶草 阅读(234) 评论(0)  编辑 收藏 引用 所属分类: php


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理