我正在尝试使用以下命令安装pthread:
sudo pecl install pthreads
但是,这样做时,我收到以下错误消息:
checking checking for ZTS... configure: error: pthreads requires ZTS, please re-compile PHP with ZTS enabled
ERROR: /private/tmp/pear/install/pthreads/configure' failed
有没有人知道如何在启用ZTS的情况下重新编译PHP?我正在使用MAMP 3.0.2,我认为运行phpize
会重新编译php,但是这样做会出现这个错误:
Cannot find config.m4.
Make sure that you run '/Applications/MAMP/bin/php/php5.5.10/bin/phpize' in the top level source directory of the module
答案 0 :(得分:0)
您无法启用ZTS后期构建,您必须安装线程安全版本。
phpize
是一个为扩展生成autoconf foo的工具。