在PHP上启用ZTS而不编译

时间:2014-07-03 16:30:24

标签: php pthreads

当我尝试使用PECL安装pthread时,安装说我必须启用ZTS:

configure: error: pthreads requires ZTS, please re-compile PHP with ZTS enabled

我已经使用Apt包管理器安装了PHP,我不想用自编译版本替换该安装。

如何在不进行手动编译的情况下启用ZTS?

1 个答案:

答案 0 :(得分:4)

你不能; Zend Thread Safety是一个仅编译时选项。

要么找到由其他人维护的线程安全包,要么自己构建。