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.
我在 Windows 7 Ultimate 上运行 XAMPP 1.6.8,我想知道如何在不更改整个 XAMPP 的情况下使用 PHP 5.3.x 升级我当前的安装。
我可以从 php.net 下载 PHP 5.3 并替换 XAMPP 中的 PHP 文件夹吗?
你不能。php_mod 是 XAMPP 使用的,除非您可以让 XAMPP 使用 ISAPI 或 CGI。ISAPI 应该在 apache 内部调用,CGI 应该根据请求运行,FastCGI 应该比两者都好。
但是假设您使用 XAMPP,您只想使用最适合 Windows 7 的版本。更可能的是纯 PHP CGI 将最频繁地更新,因为它是来自 PHP 的通用库,不依赖于您使用的 Web 服务器软件。