From 66c1181316039d8d4e5eb7b15a8e3930e008eebc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 25 Aug 2019 09:08:12 +0200 Subject: update to 10.3.8 (Aug 23, 2019) --- PHPINFO | 2 +- REFLECTION | 26 +++++++++++++------------- php-ioncube-loader.spec | 5 ++++- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/PHPINFO b/PHPINFO index e26f876..d083c7c 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.3.7 +Loader version => 10.3.8 ionCube24 features => unconfigured Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index 1349be0..0665b0e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #15 ionCube Loader version 10.3.7 ] { +Extension [ extension #15 ionCube Loader version 10.3.8 ] { - INI { Entry [ ic24.enable ] @@ -98,6 +98,14 @@ Extension [ extension #15 ionCube Loader version 10.3.7 ] { } Function [ function ioncube_server_data ] { } + Function [ function ic24_op ] { + + - Parameters [3] { + Parameter #0 [ $operation ] + Parameter #1 [ $params ] + Parameter #2 [ &$status ] + } + } Function [ function ic24_get_cache_id ] { } Function [ function ic24_is_authenticated ] { @@ -112,24 +120,12 @@ Extension [ extension #15 ionCube Loader version 10.3.7 ] { } Function [ function ic24_sec_cache_size ] { } - Function [ function ic24_sec_cache_remove_item_by_id ] { - } Function [ function ic24_sec_cache_remove_item_by_path ] { } Function [ function ic24_sec_cache_remove_by_filter ] { } - Function [ function ic24_sec_cache_query_id ] { - } Function [ function ic24_sec_cache_add_path ] { } - Function [ function ic24_sec_cache_remove_directory ] { - } - Function [ function ic24_sec_cache_add_directory ] { - } - Function [ function ic24_sec_cache_do_maintenance ] { - } - Function [ function ic24_sec_rescan_cache ] { - } Function [ function ic24_sec_approve_item ] { } Function [ function ic24_sec_block_item ] { @@ -156,8 +152,12 @@ Extension [ extension #15 ionCube Loader version 10.3.7 ] { } Function [ function ic24_cache_status ] { } + Function [ function ic24_cache_reset_stats ] { + } Function [ function ic24_phperr_set_ignore ] { } + Function [ function ic24_phperr_get_ignore ] { + } Function [ function ic24_phperr_suppress ] { } Function [ function ic24_phperr_get_suppressions ] { diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index 91535cd..4a1a2a9 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 -%global upstream_version 10.3.7 +%global upstream_version 10.3.8 #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;')}} @@ -213,6 +213,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinid %changelog +* Sun Aug 25 2019 Remi Collet - 10.3.8-1 +- update to 10.3.8 (Aug 23, 2019) + * Wed Jun 26 2019 Remi Collet - 10.3.7-1 - update to 10.3.7 (Jun 25, 2019) -- cgit