Package Information |
Summary |
LevelDB PHP bindings |
Maintainers |
Arpad Ray (lead)
[details]
Reeze Xia <
reeze at php dot net >
(lead)
[details]
Dylan Taylor <
dktapps at pmmp dot io >
(lead)
[details]
|
License |
PHP |
Description |
This extension is a PHP binding for Google LevelDB |
Homepage |
http://reeze.cn/php-leveldb/
|
Release notes
Version 0.3.0
(beta)
|
- 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 |