安装/配置

编译安装

wge thttp://pecl.php.net/get/protocolbuffers-0.2.6.tgz
tar -zxvfprotocolbuffers-0.2.6.tgz
cd protocolbuffers-0.2.6/
/usr/local/php-5.3.3/bin/phpize
./configure --with-php-config=/usr/local/php-5.3.3/bin/php-config
make
make install

修改php.ini文件

[protocolbuffers]
extension=protocolbuffers.so

以上完成后重启apache,可以看到protocolbuffers扩展





相关文章:

  • 2021-05-13
  • 2021-09-23
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2021-12-30
  • 2022-12-23
猜你喜欢
  • 2021-12-22
  • 2021-11-25
  • 2021-07-26
  • 2021-04-23
  • 2021-09-24
  • 2022-02-01
  • 2022-12-23
相关资源
相似解决方案