Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我成功地将 PHP 7.0 与 IIS 一起使用,并且能够查看 phpinfo 页面。当我升级并指向 PHP 7.1 时,IIS 中的 phpinfo 页面是空白的,并且微调器继续运行,就像它正在加载一样。我也能够使用 7.1 在浏览器中成功加载 php 页面。为什么 phpinfo 页面没有加载?
我有一个耳光你的头时刻。PHP Storm 仍在监听 xdebug 连接,这会导致它出错。关闭它可以让它出现。