Home

zhangyiqun

Thoughts, stories and ideas.

Research 2014年以前 スーパーマリオ 关于

08 Jul 2010
xdebug的安装

作为一个完美主义者,xdebug绝对是必不可少的工具之一。</p>

Installing with PEAR/PECL is as easy as:

# pecl install xdebug

but you still need to add the correct line to your php.ini: (don’t forget to change the path and filename to the correct one — but make sure you use the full path)

zend_extension="/usr/local/php/modules/xdebug.so"

Note: You should ignore any prompts to add “extension=xdebug.so” to php.ini — this will cause problems.

</span>

Research 2014年以前 スーパーマリオ 关于