"PECL Announce" in php.pecl.dev (Sat, 09 May 2015 11:59:05 +0000): >The new PECL package leveldb-0.1.5 (beta) has been released at >http://pecl.php.net/. > >Release notes >------------- >- Fixed pecl installation > >Package Info >------------- >This extension is a PHP binding for Google LevelDB
Interesting extension. I compiled it for PHP 5.6.9RC1 on Windows and ran the tests: ===================================================================== Number of tests : 20 20 Tests skipped : 0 ( 0.0%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 0 ( 0.0%) ( 0.0%) Expected fail : 0 ( 0.0%) ( 0.0%) Tests passed : 20 (100.0%) (100.0%) --------------------------------------------------------------------- Time taken : 26 seconds ===================================================================== This was with leveldb library version 1.16 from https://bitbucket.org/robertvazan/leveldb-windows/downloads I will make a pull request for the config.w32 and a tiny change in leveldb.c to make it compile with VC11. Jan -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
