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.
我通过使用 IIS10 作为 Web 服务器的 Web 平台安装程序在 Windows 10 上安装了每个版本的 PHP。一个使用 PHP 7.1 的简单页面如下
<?php echo "Hello world";
返回 [HTTP/1.1 500 Internal Server Error 19ms]消息。关于我可能遗漏的任何反馈。
谢谢。