在 redhat 上启用 zts - 在 php 上启用 pthreads
Enable zts on redhat - pthreads on php
我正在 redhat 上安装 pthreads 库并将其用于 php 中的线程。
几个月前,我在其中一台测试服务器上成功安装了它。
自从
以来,我现在无法安装它
pecl install pthreads
需要先启用 zts。
我想知道如何启用它,以便我可以继续安装线程库..
为了启用 ZTS,我需要下载 php 源代码,必须启用 zts 并且需要使用 gcc 的 make 和 make install 进行编译。
我正在 redhat 上安装 pthreads 库并将其用于 php 中的线程。 几个月前,我在其中一台测试服务器上成功安装了它。
自从
以来,我现在无法安装它 pecl install pthreads
需要先启用 zts。 我想知道如何启用它,以便我可以继续安装线程库..
为了启用 ZTS,我需要下载 php 源代码,必须启用 zts 并且需要使用 gcc 的 make 和 make install 进行编译。