您的位置:首页 > 运维架构 > Linux

lamp环境centos5.10,phpprotobuf模块安装,及简单应用

2015-04-08 17:41 706 查看
==相关参考==

rpm包
http://rpmfind.net/linux/rpm2html/

Linux rpm 命令参数使用详解[介绍和应用]

phpize学习

http://blog.sina.com.cn/s/blog_85759f2b0101h3rf.html

==流程==

所用资源:https://github.com/allegro/php-protobuf/
进入解压目录执行: phpize
./configure
make
make install
# please add following line to your php.ini
extension=protobuf.so
重启PHP

phpinfo() 就可以看到 protobuff扩展
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: