From 695fd4ded3706a750fca12cdecb2668858548b66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Jun 2019 10:31:33 +0200 Subject: update to 10.3.7 (Jun 25, 2019) --- PHPINFO | 2 +- REFLECTION | 2 +- php-ioncube-loader.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 597237c..e26f876 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,7 +5,7 @@ For Loader updates visit www.ioncube.com/loaders.php For support visit support.ioncube.com This Loader also includes features for real-time error reporting and malware protection. Visit ioncube24.com for more details. -Loader version => 10.3.6 +Loader version => 10.3.7 ionCube24 features => unconfigured Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index 7b4e0ee..1349be0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #15 ionCube Loader version ] { +Extension [ extension #15 ionCube Loader version 10.3.7 ] { - INI { Entry [ ic24.enable ] diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index dd609c5..91535cd 100644 --- a/php-ioncube-loader.spec +++ b/php-ioncube-loader.spec @@ -30,7 +30,7 @@ Name: %{?scl_prefix}php-ioncube-loader Summary: Loader for ionCube Encoded Files with ionCube 24 support -%global upstream_version 10.3.6 +%global upstream_version 10.3.7 #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;')}} @@ -48,7 +48,7 @@ Source2: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_ar Source3: LICENSE.txt Source4: USER-GUIDE.txt -BuildRequires: %{?scl_prefix}php-devel +BuildRequires: %{?scl_prefix}php-devel < 7.4 # ABI check Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -82,7 +82,7 @@ Obsoletes: php72u-ioncube-loader <= %{version} Obsoletes: php72w-ioncube-loader <= %{version} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-ioncube-loader <= %{version} +Obsoletes: php73-ioncube-loader <= %{version} Obsoletes: php73w-ioncube-loader <= %{version} %endif %endif @@ -213,6 +213,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinid %changelog +* Wed Jun 26 2019 Remi Collet - 10.3.7-1 +- update to 10.3.7 (Jun 25, 2019) + * Wed Jun 19 2019 Remi Collet - 10.3.6-1 - update to 10.3.6 (Jun 18, 2019) -- cgit