summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-19 07:47:17 +0200
committerRemi Collet <remi@remirepo.net>2018-07-19 07:47:17 +0200
commit5a0b8991f61f7efe8bc962bd31fdedfcc5b32637 (patch)
treeef0fb1d26297c18f45018c916c2946a86c004070
parent5f75fad936504a9c369f98ddad680f881983f6af (diff)
v10.2.3
-rw-r--r--Makefile1
-rw-r--r--PHPINFO1
-rw-r--r--php-ioncube-loader.spec5
3 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index febca70..bbed732 100644
--- a/Makefile
+++ b/Makefile
@@ -4,3 +4,4 @@ include ../../common/Makefile
refl:
php -n -d zend_extension=ioncube_loader.so --re "ionCube loader" > REFLECTION
+ php -n -d zend_extension=ioncube_loader.so --ri "ionCube loader" > PHPINFO
diff --git a/PHPINFO b/PHPINFO
new file mode 100644
index 0000000..6065b81
--- /dev/null
+++ b/PHPINFO
@@ -0,0 +1 @@
+ionCube Loader
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec
index d525c13..c5a8b72 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
-Version: 10.2.2
+Version: 10.2.3
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: Distribuable
@@ -201,6 +201,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinid
%changelog
+* Thu Jul 19 2018 Remi Collet <remi@remirepo.net> - 10.2.3-1
+- update to 10.2.3 (Jul 18, 2018)
+
* Fri Jun 22 2018 Remi Collet <remi@remirepo.net> - 10.2.2-1
- update to 10.2.2 (Jun 22, 2018)