安装phptars扩展

Posted 猿来你也在这里呀

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装phptars扩展相关的知识,希望对你有一定的参考价值。

git clone https://github.com/Tarsphp/tars-extension.git
cd /opt/tars/TarsPHP/tars-extension
phpize
./configure

make
make install

extension=phptars.so

以上是关于安装phptars扩展的主要内容,如果未能解决你的问题,请参考以下文章

linux下安装php php-fpm(转载)

我要安装php的mcrypt扩展

Docker php安装扩展步骤详解

php 怎么安装扩展

编译安装 PHP 扩展

如何安装php的扩展bcmath