失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > centOS下为PHP安装Xdebug

centOS下为PHP安装Xdebug

时间:2020-08-31 03:05:30

相关推荐

centOS下为PHP安装Xdebug

安装

tar -xvzf xdebug-2.1.2.tgz

cd xdebug-2.1.2

phpize (确保phpize已经安装)

./configure

make && make install

编辑php.ini

zend_extension=/usr/local/php/lib/php/extensions/no-debug-non-zts-0626/xdebug.so

xdebug.profiler_enable=on

xdebug.trace_output_dir="/web/xdebug"

xdebug.profiler_output_dir="/web/xdebug"

重启web服务器

xdebug输出不显示橙色表格也不换行的问题:

解决:php.ini 开启html_error

如果觉得《centOS下为PHP安装Xdebug》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。