如何在cloudControl平台上安装 PHP 的 PECL 扩展?
我需要创建自定义Buildpack吗?
编辑:我尝试按照本教程安装扩展。我的命令:
cctrlapp APP_NAME/DEP_NAME run bash
wget http://pecl.php.net/get/pthreads-0.0.45.tgz
tar -xvzf pthreads-0.0.45.tgz
cd pthreads-0.0.45
/usr/bin/phpize
./configure --with-php-config=/usr/bin/php-config
但随后我收到消息“错误:pthreads 需要 ZTS,请在启用 ZTS 的情况下重新编译 PHP”
是否可以在 cloudControl 平台上启用 ZTS?