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.
Homebrew PHP 不支持线程安全的 php 二进制文件。有什么方法可以在 brew 版本中启用 ZTS。
我也尝试了 phpbrew,但是我收到一个错误“命令太长”。您能否建议我在 MACOS Catalina 中启用 ZTS 的最佳方法。
使用哪个命令?通过提供控制台的整个错误和返回来完成您的问题。
您将需要使用以下参数重新编译 PHP:--enable-maintainer-zts or --enable-zts on Windows
--enable-maintainer-zts or --enable-zts on Windows
在 PHP.net 上查看更多信息