diff options
-rw-r--r-- | REFLECTION | 11 | ||||
-rw-r--r-- | php-ioncube-loader.spec | 6 |
2 files changed, 16 insertions, 1 deletions
@@ -37,6 +37,9 @@ Extension [ <persistent> extension #15 ionCube Loader version <no_version> ] { Entry [ ic24.sec.initial_notify <SYSTEM> ] Current = 'always' } + Entry [ ic24.sec.initial_cache_all <SYSTEM> ] + Current = '1' + } Entry [ ic24.sec.exclusion_key <SYSTEM> ] Current = '' } @@ -118,6 +121,8 @@ Extension [ <persistent> extension #15 ionCube Loader version <no_version> ] { } Function [ <internal:ionCube Loader> function ic24_api_version ] { } + Function [ <internal:ionCube Loader> function ic24_enable ] { + } Function [ <internal:ionCube Loader> function ic24_sec_cache_query ] { } Function [ <internal:ionCube Loader> function ic24_sec_cache_size ] { @@ -126,6 +131,8 @@ Extension [ <persistent> extension #15 ionCube Loader version <no_version> ] { } Function [ <internal:ionCube Loader> function ic24_sec_cache_remove_item_by_path ] { } + Function [ <internal:ionCube Loader> function ic24_sec_cache_remove_by_filter ] { + } Function [ <internal:ionCube Loader> function ic24_sec_cache_query_id ] { } Function [ <internal:ionCube Loader> function ic24_sec_cache_add_path ] { @@ -166,6 +173,10 @@ Extension [ <persistent> extension #15 ionCube Loader version <no_version> ] { } Function [ <internal:ionCube Loader> function ic24_phperr_set_ignore ] { } + Function [ <internal:ionCube Loader> function ic24_phperr_suppress ] { + } + Function [ <internal:ionCube Loader> function ic24_phperr_get_suppressions ] { + } Function [ <internal:ionCube Loader> function _dyuweyrj4 ] { } Function [ <internal:ionCube Loader> 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 <remi@remirepo.net> - 10.3.0-1 +- update to 10.3.0 (Dec 21, 2018) + * Wed Nov 14 2018 Remi Collet <remi@remirepo.net> - 10.3.0~beta-1 - update to 10.3.0-beta for PHP 7.3 |