文章出處

1.下載

php -version
PHP 7.2.0 (cli) (built: Dec  7 2017 23:07:46) ( NTS DEBUG )

如果PHP版本是7.2以上的必須要下載Xdebug 2.6.0, 因為Xdebug 2.5.5只支持[5.5.0, 7.2.0)

checking Check for supported PHP versions... configure: error: not supported. Need a PHP version >= 5.5.0 and < 7.2.0 (found 7.2.0)

1.安裝和配置

phpize

./configure

make && make install

zend_extension="xdebug.so" (php擴展分兩種, 普通的也是我們最常見的extension和比較高級的zend_extension ,注意這個是zend_extension)

這是我php.ini的配置:

zend_extension="xdebug.so"
; xdebug config
xdebug.profiler_enable=on 
xdebug.trace_output_dir="/tmp/xdebug/xdebug_trace"
xdebug.profiler_output_dir="/tmp/xdebug/xdebug_profiler"

文章列表


不含病毒。www.avast.com
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 大師兄 的頭像
    大師兄

    IT工程師數位筆記本

    大師兄 發表在 痞客邦 留言(0) 人氣()