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

PHP-Beast V2.1 版本发布

$
0
0

PHP-Beast V2.1 版本发布了,此版本主要增加的功能有:

1. 增加AES加密模块

2. 增加base64加密模块

要使用AES加密模块只需要在php.ini修改配置项:beast.encrypt_handler = "aes-algo"

编译安装如下:

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

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


Viewing all articles
Browse latest Browse all 44787

Trending Articles