php下xdebug扩展安装

#cd /usr/local/src/

#wget http://www.xdebug.org/files/xdebug-2.3.3.tgz

#tar zxvf xdebug-2.3.3.tgz

#cd xdebug-2.3.3/

#/srv/php-5.5.17/bin/phpize

#./configure --with-php-config=/srv/php-5.5.17/bin/php-config

#make

#make install

#cat > /srv/php-5.5.17/etc/conf.d/xdebug.ini < extension=xdebug.so
EOF

#/etc/init.d/php-fpm restart

#/srv/php-5.5.17/bin/php -m

你可能感兴趣的:(PHP)