From 6f1fed853f9e185fd5a26b2f0130789007a190c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Oct 2016 18:20:58 +0200 Subject: php-ioncube-loader: swap the spec --- REFLECTION-DEV | 179 --------------------------------------------------------- 1 file changed, 179 deletions(-) delete mode 100644 REFLECTION-DEV (limited to 'REFLECTION-DEV') diff --git a/REFLECTION-DEV b/REFLECTION-DEV deleted file mode 100644 index a95ed62..0000000 --- a/REFLECTION-DEV +++ /dev/null @@ -1,179 +0,0 @@ -Extension [ extension #155 ionCube Loader version ] { - - - INI { - Entry [ ic24.enable ] - Current = '0' - } - Entry [ ic24.sec.stop_on_error ] - Current = '1' - } - Entry [ ic24.sec.approve_included_files ] - Current = '' - } - Entry [ ic24.sec.trusted_include_paths ] - Current = '' - } - Entry [ ic24.sec.block_uploaded_files ] - Current = '1' - } - Entry [ ic24.api_access_key ] - Current = '' - } - Entry [ ic24.api_check_ip ] - Current = '1' - } - Entry [ ic24.slt ] - Current = '7' - } - Entry [ ic24.sec.enable ] - Current = '1' - } - Entry [ ic24.sec.exclusion_key ] - Current = '' - } - Entry [ ic24.cache_path ] - Current = '' - } - Entry [ ic24.home_dir ] - Current = '' - } - Entry [ ic24.sec.block_stdin ] - Current = '1' - } - Entry [ ic24.update_domains_retry_interval ] - Current = '30' - } - Entry [ ic24.dump_cache ] - Current = '0' - } - Entry [ ic24.phperr.enable ] - Current = 'auto' - } - Entry [ ic24.phperr.ignore ] - Current = '0' - } - Entry [ ioncube.loader.encoded_paths ] - Current = '' - } - Entry [ phpd ] - Current = '1' - } - Entry [ phpd.t ] - Current = '1' - } - } - - - Constants [14] { - Constant [ integer ION_CORRUPT_FILE ] { 1 } - Constant [ integer ION_EXPIRED_FILE ] { 2 } - Constant [ integer ION_NO_PERMISSIONS ] { 3 } - Constant [ integer ION_CLOCK_SKEW ] { 4 } - Constant [ integer ION_UNTRUSTED_EXTENSION ] { 5 } - Constant [ integer ION_LICENSE_NOT_FOUND ] { 6 } - Constant [ integer ION_LICENSE_CORRUPT ] { 7 } - Constant [ integer ION_LICENSE_EXPIRED ] { 8 } - Constant [ integer ION_LICENSE_PROPERTY_INVALID ] { 9 } - Constant [ integer ION_LICENSE_HEADER_INVALID ] { 10 } - Constant [ integer ION_LICENSE_SERVER_INVALID ] { 11 } - Constant [ integer ION_UNAUTH_INCLUDING_FILE ] { 12 } - Constant [ integer ION_UNAUTH_INCLUDED_FILE ] { 13 } - Constant [ integer ION_UNAUTH_APPEND_PREPEND_FILE ] { 14 } - } - - - Functions { - Function [ function ioncube_file_is_encoded ] { - } - Function [ function ioncube_file_info ] { - } - Function [ function ioncube_file_properties ] { - } - Function [ function ioncube_file_not_permissioned ] { - } - Function [ function ioncube_license_properties ] { - } - Function [ function ioncube_licensed_servers ] { - } - Function [ function ioncube_server_data ] { - } - Function [ function ic24_get_cache_id ] { - } - Function [ function ic24_is_authenticated ] { - } - Function [ function ic24_authentication_status ] { - } - Function [ function ic24_api_version ] { - } - Function [ function ic24_sec_cache_query ] { - } - 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_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 ] { - } - Function [ function ic24_sec_unblock_item ] { - } - Function [ function ic24_sec_set_default_notify_status ] { - } - Function [ function ic24_sec_get_default_notify_status ] { - } - Function [ function ic24_sec_set_default_exec_status ] { - } - Function [ function ic24_sec_get_default_exec_status ] { - } - Function [ function ic24_sec_set_trustpoint ] { - } - Function [ function ic24_sec_get_trustpoint ] { - } - Function [ function ic24_set_pkv ] { - } - Function [ function ic24_get_pkv ] { - } - Function [ function ic24_update_domains ] { - } - Function [ function ic24_cache_status ] { - } - Function [ function ic24_phperr_set_ignore ] { - } - Function [ function _dyuweyrj4 ] { - } - Function [ function _dyuweyrj4r ] { - } - Function [ function ioncube_check_license_properties ] { - } - Function [ function ioncube_license_matches_server ] { - } - Function [ function ioncube_license_has_expired ] { - } - Function [ function ioncube_read_file ] { - - - Parameters [2] { - Parameter #0 [ $param0 ] - Parameter #1 [ &$param1 ] - } - } - Function [ function ioncube_write_file ] { - } - Function [ function ioncube_loader_version ] { - } - Function [ function ioncube_loader_iversion ] { - } - } -} - -- cgit