1 Star 0 Fork 0

TarsCloud / TarsDocs_en

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tarsphp.md 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
ruanshudong 提交于 2020-03-03 21:26 . fix dir

TarsPHP

Intro

Proposed installation: php7+swoole2

Install PHP

https://github.com/php/php-src 

Install swoole

swoole: https://github.com/swoole/swoole-src
install: https://wiki.swoole.com/wiki/page/6.html
PECL Auto click download and installation
    pecl install swoole

PHP needs to install the extension,Please in https://github.com/TarsPHP/tars-extension compiler and add extension into php.ini, see follows:

Install tarsphp extension

project: https://github.com/TarsPHP/tars-extension

git clone https://github.com/TarsPHP/tars-extension.git
cd tars-extension
sudo phpize 
sudo ./configure
sudo make 
sudo make install

In php.ini add: extension=phptars.so

1
https://gitee.com/TarsCloud/TarsDocs_en.git
git@gitee.com:TarsCloud/TarsDocs_en.git
TarsCloud
TarsDocs_en
TarsDocs_en
master

搜索帮助