知识屋:更实用的电脑技术知识网站
所在位置:首页 > 编程技术 > PHP编程

php-levelDB中文翻译文档1-------基本

发布时间:2014-09-05 10:25:12作者:知识屋

LevelDB是最快的K-V数据库,由googler提供,php-levelDB是levelDB的php插件,有什么问题,大家可以反映
 
[html] 
  
系统要求:
 
PHP >= 5.2
LevelDB >= 1.7
操作系统:linux
安装:
 
1先安装LevelDB,下载地址: http://code.google.com/p/leveldb/,解压缩,然后make
 
2.安装:php-levelDB下载地址:https://github.com/reeze/php-leveldb.git 
 
 
$ git clone https://github.com/reeze/php-leveldb.git   $ cd php-leveldb   $ phpize   $ ./configure --with-leveldb=/path/to/your/leveldb-1.*.*   $ make   $ make install  

 

 
 
 
 
 
  
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜