summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-28 16:05:57 +0100
committerRemi Collet <remi@php.net>2025-11-28 16:05:57 +0100
commitabf658abc57f726a08e33a088af9cbf6163bb7de (patch)
treef61bfa057565a70b51b09e25e9100fd5fc99132b
parent642d53d67aa44108f87d244c40dde92bb2b5fddb (diff)
update to 15.5.0 Beta (November 11, 2025)
open https://support.ioncube.com/index.php?/Tickets/Ticket/View/29582 undefined symbol: zend_constant_add_attributes
-rw-r--r--php-ioncube-loader.spec20
1 files changed, 10 insertions, 10 deletions
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec
index 4eef6c0..235b53e 100644
--- a/php-ioncube-loader.spec
+++ b/php-ioncube-loader.spec
@@ -24,15 +24,16 @@
Name: %{?scl_prefix}php-ioncube-loader
Summary: Loader for ionCube Encoded Files with ionCube 24 support
-%global upstream_version 15.0.0
-#global upstream_prever beta2
+%global upstream_version 15.5.0
+%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;')}}
+Release: 1%{?dist}
License: Distribuable
URL: http://www.ioncube.com
%if 0%{?upstream_prever:1}
-Source1: https://www.ioncube.com/php-7.4.0-beta-loaders/ioncube_loaders_lin_x86-64_7.4_BETA2.tar.gz
+Source1: https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64_beta.tar.gz
+Source2: https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_aarch64_beta.tar.gz
%else
Source1: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_x86-64_%{upstream_version}.tar.gz
Source2: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_aarch64_%{upstream_version}.tar.gz
@@ -63,12 +64,6 @@ tar xvf %{SOURCE2}
tar xvf %{SOURCE1}
%endif
-%if 0%{?upstream_prever:1}
-mkdir ioncube
-mv ioncube_loader_lin_7.4_%{upstream_version}_%{upstream_prever}.so ioncube/ioncube_loader_lin_7.4.so
-mv ioncube_loader_lin_7.4_%{upstream_version}_%{upstream_prever}_ts.so ioncube/ioncube_loader_lin_7.4_ts.so
-%endif
-
[ -d linux_x86_64 ] && ln -s linux_x86_64 ioncube
# Drop in the bit of configuration
@@ -177,6 +172,11 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinidir}/%{ininame}
%changelog
+* Fri Nov 28 2025 Remi Collet <remi@remirepo.net> - 15.5.0~beta-1
+- update to 15.5.0 Beta (November 11, 2025)
+- open https://support.ioncube.com/index.php?/Tickets/Ticket/View/29582
+ undefined symbol: zend_constant_add_attributes
+
* Mon Oct 20 2025 Remi Collet <remi@remirepo.net> - 15.0.0-1
- update to 15.0.0 (October 14, 2025)