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 是作为模块还是作为 cgi 二进制文件安装,我都可以使用完全相同的 PHP 代码吗?我知道这两种情况下的处理是不同的,但是 Apache 会完全为我处理它(前提是我在 httpd.conf 中进行了正确的设置)还是必须以某种方式反映在实际的 PHP 代码中?我可以将代码从 mod_php 解决方案移植到 cgi-bin 解决方案而不更改它吗?
除非 PHP 版本本身不同(5.4、5.3 等),否则无论安装的网络服务器软件如何,相同的代码块都将运行相同的代码。