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

==相关参考==

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扩展
上一篇:Android JSON解析库Gson和Fast-json的使用对比和图书列表小案例


下一篇:OSI七层网络模型与TCP/IP四层模型