Rumah >pembangunan bahagian belakang >tutorial php >php-xdebug配置
参考:http://hi.baidu.com/nbye/blog/item/8c407f4550f5212c879473b1.html
1. %PHP_BIN/phpize
2. ./configure --with-php-config=/%PHP_BIN/php-config
3. 修改php.ini文件
zend_extension=/%PHP_HOME/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so
[Xdebug]
xdebug.profiler_enable=on
4. phpinfo();查看xdebug信息
------------------------
以上步骤需要根据个人环境自行修改