简介
ProtoBuf,Google's Protocol Buffers for PHP,一种轻便高效的结构化数据存储格式,可用于结构化数据串行化,很适合做数据存储或 RPC 数据交换格式
下载
$ git clone https://github.com/allegro/php-protobuf.git
安装
$ phpize $ ./configure --with-php-config=/www/server/php/72/bin/php-config $ sudo make $ sudo make install
配置
extension=protobuf.so
测试
$ php -m | grep protobuf
Atas ialah kandungan terperinci 编译安装 ProtoBuf 扩展. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!