From 272e9ac46226f470658e6e1699ed1770d5c8a31d Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Thu, 16 Mar 2017 21:21:50 +0100 Subject: [PATCH] Bump version to 1.3.6 --- package.xml | 92 ++++++++++++++++++++++++++++++++--------------- php_v8js_macros.h | 2 +- 2 files changed, 64 insertions(+), 30 deletions(-) diff --git a/package.xml b/package.xml index 58dd423..d94512a 100644 --- a/package.xml +++ b/package.xml @@ -16,11 +16,11 @@ stesie@php.net yes - 2017-03-11 - + 2017-03-16 + - 1.3.5 - 1.3.5 + 1.3.6 + 1.3.6 stable @@ -28,7 +28,16 @@ The MIT License (MIT) -- Fix long vs. zend_long issues on x64 Windows +Bugfixes +- fix compilation with GCC7 (include necessary headers) +- fix build with recent V8 5.9 versions (libv8_libplatform not found) +- adapt exception_start_column.phpt test to changed output of recent V8 5.9 versions +- fix compilation with PHP 7.1.3 + +Refactorings +- drop TSRM stuff unneeded since PHP 7 +- remove unused variables +- make memory_limit a size_t internally (and throw if negative values are provided on PHP interface) @@ -85,7 +94,7 @@ - + @@ -151,7 +160,7 @@ - + @@ -198,41 +207,42 @@ - - + + + - - + + - + - + - - + + - - - + + + - - - - - - - - - - - + + + + + + + + + + + @@ -786,5 +796,29 @@ Fix build against V8 5.3.337 (and higher) - Fix long vs. zend_long issues on x64 Windows + + + 1.3.6 + 1.3.6 + + + stable + stable + + 2017-03-16 + The MIT License (MIT) + +Bugfixes +- fix compilation with GCC7 (include necessary headers) +- fix build with recent V8 5.9 versions (libv8_libplatform not found) +- adapt exception_start_column.phpt test to changed output of recent V8 5.9 versions +- fix compilation with PHP 7.1.3 + +Refactorings +- drop TSRM stuff unneeded since PHP 7 +- remove unused variables +- make memory_limit a size_t internally (and throw if negative values are provided on PHP interface) + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index 559e506..7fca6db 100644 --- a/php_v8js_macros.h +++ b/php_v8js_macros.h @@ -63,7 +63,7 @@ extern "C" { #endif /* V8Js Version */ -#define PHP_V8JS_VERSION "1.3.5" +#define PHP_V8JS_VERSION "1.3.6" /* Helper macros */ #define V8JS_GET_CLASS_NAME(var, obj) \