LevelDB PHP bindings
This extension is a PHP binding for Google LevelDB
License: PHP
Version | Release | Download |
0.3.0 | 2021-02-18 | leveldb-0.3.0.tgz |
0.2.1 | 2018-03-06 | leveldb-0.2.1.tgz |
0.1.5 | 2015-05-09 | leveldb-0.1.5.tgz |
0.1.4 | 2013-08-24 | leveldb-0.1.4.tgz |
0.1.3 | 2013-02-24 | leveldb-0.1.3.tgz |
Version | Message |
0.3.0 |
- Add support for PHP 7.3, 7.4 and 8.0 - Fixed assert failures and possible faults involving comparators - Deprecate LevelDB->close() (use unset($db) instead, allows more consistent behaviour of iterators and snapshots, and fixes leveldb asserts) - Fix wrong arginfo of LevelDBWriteBatch - Fix memory errors when google/leveldb was compiled with different compiler options than php-leveldb |
0.2.1 | - PHP7+ compatible release |
0.1.5 | - Fixed pecl installation |
0.1.4 |
- Fixed build on some linux for issue #6, pecl bug #65353 - Compatible with PHP5.5 - Fixed build break for PHP5.2 |
0.1.3 |
2013-02-24 - leveldb 0.1.3: - 0.1.3 is a version number fix upon 0.1.2 which forgot to remove '-dev' suffix before release |