diff --git a/package.xml b/package.xml index 63fa620..f0b8493 100644 --- a/package.xml +++ b/package.xml @@ -1,5 +1,5 @@ - + v8js pecl.php.net V8 Javascript Engine for PHP @@ -16,11 +16,11 @@ stesie@php.net yes - 2016-03-25 - + 2016-05-22 + - 0.6.2 - 0.6.2 + 0.6.3 + 0.6.3 stable @@ -28,9 +28,14 @@ The MIT License (MIT) -- Pass back V8Object instances, don't re-wrap -- Retain object identity on 'return $this' -- Retain object identity on JS-side 'return this' +Bug Fixes +- Send LowMemoryNotification signals to V8 before imposing memory limit +- Fix build against V8 version 5.2 (deprecated WeakCallbackInfo & GetHiddenValue et al) +- Improve/Clarify README + +Code Cleanup +- Removed support for "old-age" V8 versions (i.e. V8 < 4.6.76) +- Removed old examples and pre-phpt test script @@ -129,7 +134,7 @@ - + @@ -164,52 +169,52 @@ - - - - - - - - + + + + + + + + - + - + - + - - + + - + - - + + - - + + - - + + - - + + - + - + - + @@ -551,5 +556,27 @@ - Retain object identity on JS-side 'return this' + + + 0.6.3 + 0.6.3 + + + stable + stable + + 2016-05-22 + The MIT License (MIT) + +Bug Fixes +- Send LowMemoryNotification signals to V8 before imposing memory limit +- Fix build against V8 version 5.2 (deprecated WeakCallbackInfo & GetHiddenValue et al) +- Improve/Clarify README + +Code Cleanup +- Removed support for "old-age" V8 versions (i.e. V8 < 4.6.76) +- Removed old examples and pre-phpt test script + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index 6345df4..b34b5ca 100644 --- a/php_v8js_macros.h +++ b/php_v8js_macros.h @@ -53,7 +53,7 @@ extern "C" { #endif /* V8Js Version */ -#define PHP_V8JS_VERSION "0.6.2" +#define PHP_V8JS_VERSION "0.6.3" /* Helper macros */ #define V8JS_GET_CLASS_NAME(var, obj) \