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 |
0.1.2 |
2013-02-24 - leveldb 0.1.2 - Fixed bug when explict specify NULL comparator/snapshot raises exception - Fixed memory leaks when sepecify invalid snapshot - Fixed memory leaks of LevelDB::get() |
0.1.1 |
2012-11-03 - leveldb 0.1.1 + Fixed bugs: - Fixed #3 Iterator leaks. |
0.1.0 | First release |