summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-25 15:23:27 +0200
committerRemi Collet <remi@php.net>2021-10-25 15:23:27 +0200
commit060ad7fbde2c245086be31114f645060e3aa59d8 (patch)
tree7df6458dc0f749f8750aa18d416fbbaf4f64f6a4
parent4a6c679f3481df54d6ff7d3820cb135cb246a585 (diff)
update to 11.0.0 (Oct 22, 2021)
-rw-r--r--.gitignore2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-ioncube-loader.spec10
4 files changed, 12 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 1ab5c4f..01f0400 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
+clog
package-*.xml
*.tgz
+*.tar.bz2
*.tar.gz
*.tar.xz
*.tar.xz.asc
diff --git a/PHPINFO b/PHPINFO
index c1ee743..f2776e3 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.4
+Loader version => 11.0.0
ionCube24 features => unconfigured
Directive => Local Value => Master Value
diff --git a/REFLECTION b/REFLECTION
index e48a36c..26abb3b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #15 ionCube Loader version 10.4.4 ] {
+Extension [ <persistent> extension #15 ionCube Loader version 11.0.0 ] {
- INI {
Entry [ ic24.enable <SYSTEM> ]
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec
index 1fa6c58..de403e4 100644
--- a/php-ioncube-loader.spec
+++ b/php-ioncube-loader.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-ioncube-loader
#
-# Copyright (c) 2012-2020 Remi Collet
+# Copyright (c) 2012-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -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.4
+%global upstream_version 11.0.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;')}}
@@ -216,6 +216,12 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinid
%changelog
+* Mon Oct 25 2021 Remi Collet <remi@remirepo.net> - 11.0.0-1
+- update to 11.0.0 (Oct 22, 2021)
+
+* Wed Nov 25 2020 Remi Collet <remi@remirepo.net> - 10.4.5-1
+- update to 10.4.5 (Nov 24, 2020)
+
* Mon Oct 5 2020 Remi Collet <remi@remirepo.net> - 10.4.4-1
- update to 10.4.4 (Oct 2, 2020)