summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore7
-rw-r--r--REFLECTION5
-rw-r--r--php-pecl-v8js.spec15
3 files changed, 21 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1ab5c4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+package-*.xml
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.xz.asc
+*.src.rpm
+*/*rpm
diff --git a/REFLECTION b/REFLECTION
index 5646db2..c8300d4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,9 +1,12 @@
-Extension [ <persistent> extension #145 v8js version 1.3.6 ] {
+Extension [ <persistent> extension #145 v8js version 1.4.0 ] {
- INI {
Entry [ v8js.flags <ALL> ]
Current = ''
}
+ Entry [ v8js.icudtl_dat_path <ALL> ]
+ Current = ''
+ }
Entry [ v8js.use_date <ALL> ]
Current = '0'
}
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 <remi@remirepo.net> - 1.4.0-1
+- Update to 1.4.0
+
* Fri Mar 17 2017 Remi Collet <remi@remirepo.net> - 1.3.6-1
- Update to 1.3.6