php-xdebug配置

WBOY
WBOYOriginal
2016-06-23 14:35:22863browse

参考: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信息


------------------------


以上步骤需要根据个人环境自行修改



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:PHP技术(转)Next article:Some PHP Learning Resource.