码迷,mamicode.com
首页 > Web开发 > 详细

PHP如何下载对应的XDebug版本

时间:2018-11-01 11:42:39      阅读:1446      评论:0      收藏:0      [点我收藏+]

标签:system   instr   info   apach   src   padding   lin   tput   handler   

Xdebug安装地址 https://xdebug.org/download.php

进入下载页面后点击 custom installation instructions

复制phpinfo整个网页内容(Command+A),粘贴到文本框中

提交后,会显示适合安装的Xdebug版本

技术分享图片

技术分享图片

技术分享图片

对PHP的php.ini文件,进行配置

在尾部添加以下代码,去掉#号,并修改正确参数

[xdebug]
#zend_extension = C:\AppServ\php7\ext\php_xdebug-2.6.1-7.1-vc14.dll
#xdebug.profiler_enable = off
#xdebug.profiler_enable_trigger = off
#xdebug.profiler_output_name = cachegrind.out.%t.%p
#xdebug.profiler_output_dir = "c:/AppServ/xdebug_temp"

#xdebug.remote_enable=1
#xdebug.remote_host=127.0.0.1
#xdebug.remote_port=9000
#xdebug.remote_handler=dbgp

最后重启WEB服务器,本机是Apache

PHP如何下载对应的XDebug版本

标签:system   instr   info   apach   src   padding   lin   tput   handler   

原文地址:https://www.cnblogs.com/zhuyongzhe/p/9887133.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!