From 5a0b8991f61f7efe8bc962bd31fdedfcc5b32637 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Jul 2018 07:47:17 +0200 Subject: v10.2.3 --- Makefile | 1 + PHPINFO | 1 + php-ioncube-loader.spec | 5 ++++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 PHPINFO 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 - 10.2.3-1 +- update to 10.2.3 (Jul 18, 2018) + * Fri Jun 22 2018 Remi Collet - 10.2.2-1 - update to 10.2.2 (Jun 22, 2018) -- cgit