Home > Backend Development > PHP Tutorial > php-xdebug配置

php-xdebug配置

WBOY
Release: 2016-06-23 14:35:22
Original
843 people have browsed it

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


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


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



Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template