From b32c8c2660a7ba73a922839fe7d4e812d0057639 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Dec 2018 07:42:31 +0100 Subject: update to 10.3.0 (Dec 21, 2018) --- REFLECTION | 11 +++++++++++ php-ioncube-loader.spec | 6 +++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/REFLECTION b/REFLECTION index 4ddaba1..ae82d18 100644 --- a/REFLECTION +++ b/REFLECTION @@ -37,6 +37,9 @@ Extension [ extension #15 ionCube Loader version ] { Entry [ ic24.sec.initial_notify ] Current = 'always' } + Entry [ ic24.sec.initial_cache_all ] + Current = '1' + } Entry [ ic24.sec.exclusion_key ] Current = '' } @@ -118,6 +121,8 @@ Extension [ extension #15 ionCube Loader version ] { } Function [ function ic24_api_version ] { } + Function [ function ic24_enable ] { + } Function [ function ic24_sec_cache_query ] { } Function [ function ic24_sec_cache_size ] { @@ -126,6 +131,8 @@ Extension [ extension #15 ionCube Loader version ] { } 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 ] { @@ -166,6 +173,10 @@ Extension [ extension #15 ionCube Loader version ] { } Function [ function ic24_phperr_set_ignore ] { } + Function [ function ic24_phperr_suppress ] { + } + Function [ function ic24_phperr_get_suppressions ] { + } Function [ function _dyuweyrj4 ] { } Function [ function _dyuweyrj4r ] { diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index eab2c15..8c55c5e 100644 --- a/php-ioncube-loader.spec +++ b/php-ioncube-loader.spec @@ -31,7 +31,7 @@ Name: %{?scl_prefix}php-ioncube-loader Summary: Loader for ionCube Encoded Files with ionCube 24 support %global upstream_version 10.3.0 -%global upstream_prever beta +#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;')}} License: Distribuable @@ -142,6 +142,7 @@ zend_extension = %{extname}.so ;ic24.sec.initial_state = 1 ;ic24.sec.initial_action = 'block' ;ic24.sec.initial_notify = 'always' +;ic24.sec.initial_cache_all = 1 ;ic24.sec.exclusion_key = '' ;ic24.cache_path = '' ;ic24.home_dir = '' @@ -217,6 +218,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinid %changelog +* Mon Dec 24 2018 Remi Collet - 10.3.0-1 +- update to 10.3.0 (Dec 21, 2018) + * Wed Nov 14 2018 Remi Collet - 10.3.0~beta-1 - update to 10.3.0-beta for PHP 7.3 -- cgit