diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | PHPINFO | 1 | ||||
-rw-r--r-- | php-ioncube-loader.spec | 5 |
3 files changed, 6 insertions, 1 deletions
@@ -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 @@ -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) |