Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

PHP 源码加密扩展(php-beast)PHP7 版本发布

$
0
0

此版本主要支持PHP7,在github(https://github.com/liexusong/php-beast)上选择php7分支然后编译安装即可。

编译安装如下:

$ wget https://codeload.github.com/liexusong/php-beast/zip/php7
$ unzip php-beast-php7.zip
$ cd php-beast-php7
$ phpize
$ ./configure
$ sudo make && make install

编译好之后修改php.ini配置文件, 加入配置项: extension=beast.so, 重启php-fpm

Viewing all articles
Browse latest Browse all 44787

Trending Articles