From 025ddb909751c73f38b261aa36a7f6a7bf86373f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Apr 2017 07:26:55 +0200 Subject: v1.4.0 --- php-pecl-v8js.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'php-pecl-v8js.spec') diff --git a/php-pecl-v8js.spec b/php-pecl-v8js.spec index 10843c0..5359064 100644 --- a/php-pecl-v8js.spec +++ b/php-pecl-v8js.spec @@ -17,8 +17,8 @@ Summary: V8 Javascript Engine for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.3.6 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.4.0 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -101,12 +101,14 @@ extension=%{pecl_name}.so ; Runtime Configuration ; http://php.net/manual/en/v8js.configuration.php -; Sets limit for disposed contexts before forcing V8 to do garbage collection. -;v8js.max_disposed_contexts = 25 - ; Sets V8 command line flags. The list of available flags can be obtained ; in CLI mode by setting this parameter to --help. ;v8js.flags = '' + +;v8js.icudtl_dat_path = '' +;v8js.use_date = 0 +;v8js.use_array_access = 0 +;v8js.compat_php_exceptions = 0 EOF @@ -225,6 +227,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Apr 24 2017 Remi Collet - 1.4.0-1 +- Update to 1.4.0 + * Fri Mar 17 2017 Remi Collet - 1.3.6-1 - Update to 1.3.6 -- cgit