[Xdebug]
zend_extension = E:\XAMPP\xampp\php\ext\php_xdebug-2.9.3-7.4-vc15-x86_64.dll
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey=“PHPSTORM”
添加以上代码后,重启打不开http://localhost/zerg/public/info.php
下载的是对应版本
删除代码后又能打开了,这是什么原因