显示这个 :PHP version 5.6 is not supported. 下载不了了?怎么办啊
来源:2-9 在PHPStorm下断点调试代码
weixin_慕运维0404565
2020-12-14
写回答
2回答
-
莫忘初心才能始终
2021-01-16
wamp自带断点调试,简单配置一下就可以咯 wamp/bin/PHP/phpForApache
[xdebug]
zend_extension ="C:/Program/bin/php/php5.6.31/zend_ext/php_xdebug-2.5.5-5.6-vc11.dll"
;开启远程调试
xdebug.remote_enable = On
xdebug.profiler_enable = On
xdebug.profiler_enable_trigger = On
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="C:/Program/tmp"
xdebug.show_local_vars=0
;远程IDE所在HOST和PORT
xdebug.remote_handler = dbgp
;端口号,记住此端口号,在PHPstorm中会用到
xdebug.remote_port = 9000
;可以是任意Key,这里设定为PHPSTORM
xdebug.idekey = PHPSTORM
00 -
7七月
2020-12-14
这个只是不支持自动检测了,但是浏览网站应该有对应的版本
00
相似问题