leveldb 0.3.0

LevelDB PHP bindings


This extension is a PHP binding for Google LevelDB

License: PHP

Changes

- 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