- git clone
git clone https://github.com/wujunze/panda - 编译安装拓展
$ /path/to/phpize
$ ./configure --with-php-config=/path/to/php-config
$ make && make install
- 在php.ini最后添加
[panda]
extension = panda.so
- 重启php-fpm
$ /path/to/phpize
$ ./configure --with-php-config=/path/to/php-config
$ make && make install
[panda]
extension = panda.so