friso/binding/php7
2020-02-20 09:49:45 +08:00
..
demo move the binding to the base directory 2020-02-18 10:24:16 +08:00
tests move the binding to the base directory 2020-02-18 10:24:16 +08:00
.gitignore move the binding to the base directory 2020-02-18 10:24:16 +08:00
config.m4 move the binding to the base directory 2020-02-18 10:24:16 +08:00
config.w32 move the binding to the base directory 2020-02-18 10:24:16 +08:00
CREDITS move the binding to the base directory 2020-02-18 10:24:16 +08:00
EXPERIMENTAL move the binding to the base directory 2020-02-18 10:24:16 +08:00
friso.c Optimize the code style and installation DOC for php5 and php7 binnding 2020-02-20 09:49:45 +08:00
friso.php move the binding to the base directory 2020-02-18 10:24:16 +08:00
php_friso.h move the binding to the base directory 2020-02-18 10:24:16 +08:00
README.md Optimize the code style and installation DOC for php5 and php7 binnding 2020-02-20 09:49:45 +08:00

friso 的PHP扩展(php7版本, linux)

安装步骤

make 
sudo make install

以上命令将会把 libfriso.so 安装到 /usr/lib, 同时将头文件安装到 /usr/include/friso

  • 在当前目录运行以下命令安装
phpize
./configure
make && sudo make install
  • 配置 php 扩展文件 friso.ini 指定ini_file路径(cli/fpm)
extension=friso.so
friso.ini_file=/path/to/friso.ini // 这个文件是 friso 的配置文件, (查看 friso/friso.ini)

通常的做法是在 /etc/php/7.0/mods-available 中新建 friso.ini, 然后分别在 cli 和 fpm 的 conf.d 目录下新建一个软链接指向上面的 /etc/php/7.0/mods-available/friso.ini

  • 测试 demo 目录下有对应的测试脚本,执行
cd demo
php friso.fun.php