summaryrefslogtreecommitdiffstats
path: root/php-ioncube-loader.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-ioncube-loader.spec')
-rw-r--r--php-ioncube-loader.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec
index eab2c15..8c55c5e 100644
--- a/php-ioncube-loader.spec
+++ b/php-ioncube-loader.spec
@@ -31,7 +31,7 @@
Name: %{?scl_prefix}php-ioncube-loader
Summary: Loader for ionCube Encoded Files with ionCube 24 support
%global upstream_version 10.3.0
-%global upstream_prever beta
+#global upstream_prever beta
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: Distribuable
@@ -142,6 +142,7 @@ zend_extension = %{extname}.so
;ic24.sec.initial_state = 1
;ic24.sec.initial_action = 'block'
;ic24.sec.initial_notify = 'always'
+;ic24.sec.initial_cache_all = 1
;ic24.sec.exclusion_key = ''
;ic24.cache_path = ''
;ic24.home_dir = ''
@@ -217,6 +218,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinid
%changelog
+* Mon Dec 24 2018 Remi Collet <remi@remirepo.net> - 10.3.0-1
+- update to 10.3.0 (Dec 21, 2018)
+
* Wed Nov 14 2018 Remi Collet <remi@remirepo.net> - 10.3.0~beta-1
- update to 10.3.0-beta for PHP 7.3