diff --git a/package.xml b/package.xml index fdf5407..e701ff4 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 - 2019-06-23 - + 2020-08-21 + - 2.1.1 - 2.1.1 + 2.1.2 + 2.1.2 stable @@ -28,10 +28,10 @@ The MIT License (MIT) -- support PHP 7.3 -- support V8 7.x (now V8 > 6.9 is required) -- fix module path normaliser (issue #349) -- fix export bug w/ multiple derived classes (issue #410) +- support PHP 7.4 +- support V8 8.x +- pass pointer to (char*) instead of (zend_string*) to spprintf (issue #431) +- improve README @@ -52,8 +52,8 @@ - - + + @@ -84,7 +84,7 @@ - + @@ -148,7 +148,7 @@ - + @@ -177,7 +177,7 @@ - + @@ -212,45 +212,46 @@ - - + + + - - + + - + - + - + - - + + - - - + + + - + @@ -932,7 +933,7 @@ Bugfixes stable stable - 2019-06-23 + 2020-08-21 The MIT License (MIT) - support PHP 7.3 @@ -941,5 +942,23 @@ Bugfixes - fix export bug w/ multiple derived classes (issue #410) + + + 2.1.2 + 2.1.2 + + + stable + stable + + 2020-08-21 + The MIT License (MIT) + +- support PHP 7.4 +- support V8 8.x +- pass pointer to (char*) instead of (zend_string*) to spprintf (issue #431) +- improve README + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index d68000a..eb6d811 100644 --- a/php_v8js_macros.h +++ b/php_v8js_macros.h @@ -67,7 +67,7 @@ extern "C" { #endif /* V8Js Version */ -#define PHP_V8JS_VERSION "2.1.1" +#define PHP_V8JS_VERSION "2.1.2" /* Options */ #define V8JS_FLAG_NONE (1<<0)