美文网首页
phpstudy配置

phpstudy配置

作者: 王怀智 | 来源:发表于2017-07-10 15:50 被阅读70次

1.下载安装phpstudy

2.选择切换php版本5.6.27

3.配置php.ini

xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"

xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"

zend_extension="D:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug.dll"

####后来加的

xdebug.remote_enable = On

xdebug.remote_handler = dbgp

xdebug.remote_host= localhost

####需要在phpstorm中配置

xdebug.remote_port = 9001

xdebug.idekey = PHPSTORM

相关文章

网友评论

      本文标题:phpstudy配置

      本文链接:https://www.haomeiwen.com/subject/skrjhxtx.html