[ANNOUNCEMENT] leveldb-0.3.0 (beta) Released.
[email protected] ("PECL Announce")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
The new PECL package leveldb-0.3.0 (beta) has been released at https://pecl.php.net/.
Release notes
-------------
- 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
Package Info
-------------
This extension is a PHP binding for Google LevelDB
Related Links
-------------
Package home: https://pecl.php.net/package/leveldb
Changelog: https://pecl.php.net/package-changelog.php?package=leveldb
Download: https://pecl.php.net/get/leveldb-0.3.0.tgz
Authors
-------------
Arpad Ray (lead)
Reeze Xia <[email protected]> (lead)
Dylan Taylor <[email protected]> (lead)