日期:2014-05-16 浏览次数:20519 次
LevelDB是最快的K-V数据库,由googler提供,php-levelDB是levelDB的php插件,有什么问题,大家可以反映
系统要求:
安装:
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