The new PECL package v8-0.2.2 (stable) has been released at 
http://pecl.php.net/.

Release notes
-------------
I'm excited to announce that starting from this release documentation is 
available at
https://php-v8.readthedocs.io.

Read The Docs is awesome place to host documentation and Sphinx would help to 
create decent documentation.
Contributors welcomed!

This is the last version that supports PHP 7.1. Nex versions wil reqiure PHP >= 
7.2 unless further notice.

BC-breaking changes:

 - Upgrade v8 version to 6.6.313
 - Remove deprecated and non-working ScriptCompiler cache options
 - Rework PromiseObject
 - Add ValueObject::isBigInt64Array() and ValueObject::isBigUint64Array methods

Non-breaking changes:

 - Add number of native and detached contexts to HeapStatistics
 - Add support to produce code cache
 - Add ScriptCompiler::OPTION_EAGER_COMPILE option
 - Add support for integer-<strings for ObjectValue::GetOwnPropertyNames and 
`ObjectValue::GetPropertyNames
 - Add {Template,ObjectValue}:setLazyDataProperty() method

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.2.tgz

Authors
-------------
Bogdan Padalko (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to