summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-ioncube-loader.spec51
3 files changed, 13 insertions, 42 deletions
diff --git a/PHPINFO b/PHPINFO
index 119598e..d30eb7b 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -4,7 +4,7 @@ ionCube Loader
For Loader updates visit www.ioncube.com/loaders.php
For support visit support.ioncube.com
-Loader version => 13.0.3
+Loader version => 13.3.0
Directive => Local Value => Master Value
ioncube.loader.encoded_paths => no value => no value
diff --git a/REFLECTION b/REFLECTION
index ea846cf..47e8294 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #17 ionCube Loader version 13.0.3 ] {
+Extension [ <persistent> extension #17 ionCube Loader version 13.3.0 ] {
- INI {
Entry [ ioncube.loader.encoded_paths <ALL> ]
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec
index 94b4364..feba41e 100644
--- a/php-ioncube-loader.spec
+++ b/php-ioncube-loader.spec
@@ -6,31 +6,25 @@
#
# Please, preserve the changelog entries
#
-%{?scl: %scl_package php-ioncube-loader}
+%{?scl:%scl_package php-ioncube-loader}
+
%global extname ioncube_loader
%global debug_package %{nil}
%global __debug_install_post /bin/true
-%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
%global _build_id_links none
-%endif
+
%ifarch armv7hl aarch64 armv7hl
%global with_zts 0
%else
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%endif
-%if "%{php_version}" < "5.6"
-%global ininame %{extname}.ini
-%else
+
# [ionCube Loader] The Loader must appear as the first entry in the php.ini
%global ininame 01-%{extname}.ini
-%endif
-
-# Open issues
-# http://forum.ioncube.com/viewtopic.php?t=4244 - No version in Reflection
Name: %{?scl_prefix}php-ioncube-loader
Summary: Loader for ionCube Encoded Files with ionCube 24 support
-%global upstream_version 13.0.3
+%global upstream_version 13.3.0
#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;')}}
@@ -53,35 +47,6 @@ BuildRequires: %{?scl_prefix}php-devel
# ABI check
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
-%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
-
-%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} == 7
-# Other third party repo stuff
-Obsoletes: php53-ioncube-loader <= %{version}
-Obsoletes: php53u-ioncube-loader <= %{version}
-Obsoletes: php54-ioncube-loader <= %{version}
-%if "%{php_version}" > "5.5"
-Obsoletes: php55u-ioncube-loader <= %{version}
-%endif
-%if "%{php_version}" > "5.6"
-Obsoletes: php56u-ioncube-loader <= %{version}
-%endif
-%if "%{php_version}" > "7.0"
-Obsoletes: php70u-ioncube-loader <= %{version}
-%endif
-%if "%{php_version}" > "7.1"
-Obsoletes: php71u-ioncube-loader <= %{version}
-%endif
-%if "%{php_version}" > "7.2"
-Obsoletes: php72u-ioncube-loader <= %{version}
-%endif
-%if "%{php_version}" > "7.3"
-Obsoletes: php73-ioncube-loader <= %{version}
-%endif
-%if "%{php_version}" > "7.4"
-Obsoletes: php74-ioncube-loader <= %{version}
-%endif
-%endif
%description
@@ -217,6 +182,12 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinidir}/%{ininame}
%changelog
+* Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 13.3.0-1
+- update to 13.3.0 (July 2, 2024)
+
+* Fri May 31 2024 Remi Collet <remi@remirepo.net> - 13.0.4-1
+- update to 13.0.4 (May 31, 2024)
+
* Wed May 15 2024 Remi Collet <remi@remirepo.net> - 13.0.3-1
- update to 13.0.3 (May 14, 2024)
- open https://support.ioncube.com/index.php?/Tickets/Ticket/View/28121