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.
根据这里2009 年的一个帖子,情况就是这样,
现在还是这样吗?
有人设法使它与线程安全的 PHP 一起工作吗?
是的,情况仍然如此——在 Windows 上推荐的方式是运行非 TS PHP 的 FCGI。
不幸的是,使非 TS 模块与 TS PHP 一起工作是不可能的 - 数据结构是不同的,所以即使它可以破解它,所以它会立即加载它会崩溃。