The new PECL package v8-0.2.1 (stable) has been released at http://pecl.php.net/.
Release notes ------------- This release brings stability and improvements. It contains some minor BC-breaking changes which should not affect general public. See full change log below for details Changelog: BC-breaking changes: - require libv8 >= 6.4.6; - remove UnboundScript::kNoScriptId const and return null in getId() on no data - change ScriptCompiler::cachedDataVersionTag(): int method name and return type to be ScriptCompiler::getCachedDataVersionTag(): float; - remove StartupData::getRawSize() method; Non-breaking changes: - fix segfault when invalid startup data passed to isolate; - fix external exception lost when it has refcount 1; - change script compiler version tag generation to take into account changes to extension internals; - add CallbackInfoInterface; - add support for ScriptCompiler::kProduceFullCodeCache; - add {Isolate,Context}::within() as optimization solution; - add StartupData::isRejected(); - add docs skeleton. Package Info ------------- This extension brings V8 JavaScript engine API to PHP with some abstraction in mind and provides an accurate native V8 C++ API implementation available from PHP. Related Links ------------- Package home: http://pecl.php.net/package/v8 Changelog: http://pecl.php.net/package-changelog.php?package=v8 Download: http://pecl.php.net/get/v8-0.2.1.tgz Authors ------------- Bogdan Padalko (lead) -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php