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

Release notes
-------------
This release introduces separate representation for undefined value and fixes 
some bugs.
Please, see change list below for more details.

* - BC-breaking or potentially BC-breaking changes

Changes to public API and other important changes which may affect end-user:

 - * Make V8\Isolate::ThrowException() method void;
 - * Remove non-documented V8Isolate::ContextDisposedNotification();
 - * Make V8\Value, V8\PrimitiveValue and V8\NameValue abstract;
 - V8\Isolate time limit affects js runtime only;
 - Introduce separate class for undefined value - V8UndefenedValue;
 - Fix V8\Tempalte::Set() to do not accept non-primitive values;
 - Remove all private properties from V8\Isolate;

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.1.5.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