From 4a6c679f3481df54d6ff7d3820cb135cb246a585 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Oct 2020 14:02:49 +0200 Subject: update to 10.4.4 (Oct 2, 2020) --- PHPINFO | 2 +- REFLECTION | 2 +- php-ioncube-loader.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 46b9cb4..c1ee743 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.4.3 +Loader version => 10.4.4 ionCube24 features => unconfigured Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index cd21c94..e48a36c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #15 ionCube Loader version 10.4.3 ] { +Extension [ extension #15 ionCube Loader version 10.4.4 ] { - INI { Entry [ ic24.enable ] diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index 776a83f..1fa6c58 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.4.3 +%global upstream_version 10.4.4 #global upstream_prever beta2 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -216,6 +216,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinid %changelog +* Mon Oct 5 2020 Remi Collet - 10.4.4-1 +- update to 10.4.4 (Oct 2, 2020) + * Wed Sep 9 2020 Remi Collet - 10.4.3-1 - update to 10.4.3 (Sep 7, 2020) -- cgit