From c99c8db46b69be9dc4ec688b2b52d6846a1ce6af Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..8d021d9 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,125 @@ +Extension [ extension #165 Zend OPcache version 7.0.4-devFE ] { + + - INI { + Entry [ opcache.enable ] + Current = '1' + } + Entry [ opcache.use_cwd ] + Current = '1' + } + Entry [ opcache.validate_timestamps ] + Current = '1' + } + Entry [ opcache.inherited_hack ] + Current = '1' + } + Entry [ opcache.dups_fix ] + Current = '0' + } + Entry [ opcache.revalidate_path ] + Current = '0' + } + Entry [ opcache.log_verbosity_level ] + Current = '1' + } + Entry [ opcache.memory_consumption ] + Current = '128' + } + Entry [ opcache.interned_strings_buffer ] + Current = '8' + } + Entry [ opcache.max_accelerated_files ] + Current = '4000' + } + Entry [ opcache.max_wasted_percentage ] + Current = '5' + } + Entry [ opcache.consistency_checks ] + Current = '0' + } + Entry [ opcache.force_restart_timeout ] + Current = '180' + } + Entry [ opcache.revalidate_freq ] + Current = '2' + } + Entry [ opcache.file_update_protection ] + Current = '2' + } + Entry [ opcache.preferred_memory_model ] + Current = '' + } + Entry [ opcache.blacklist_filename ] + Current = '/etc/php.d/opcache*.blacklist' + } + Entry [ opcache.max_file_size ] + Current = '0' + } + Entry [ opcache.protect_memory ] + Current = '0' + } + Entry [ opcache.save_comments ] + Current = '1' + } + Entry [ opcache.load_comments ] + Current = '1' + } + Entry [ opcache.fast_shutdown ] + Current = '1' + } + Entry [ opcache.optimization_level ] + Current = '0xFFFFFFFF' + } + Entry [ opcache.enable_file_override ] + Current = '0' + } + Entry [ opcache.enable_cli ] + Current = '0' + } + Entry [ opcache.error_log ] + Current = '' + } + Entry [ opcache.restrict_api ] + Current = '' + } + } + + - Functions { + Function [ function opcache_reset ] { + + - Parameters [0] { + } + } + Function [ function opcache_invalidate ] { + + - Parameters [2] { + Parameter #0 [ $script ] + Parameter #1 [ $force ] + } + } + Function [ function opcache_compile_file ] { + + - Parameters [1] { + Parameter #0 [ $file ] + } + } + Function [ function opcache_is_script_cached ] { + + - Parameters [1] { + Parameter #0 [ $script ] + } + } + Function [ function opcache_get_configuration ] { + + - Parameters [0] { + } + } + Function [ function opcache_get_status ] { + + - Parameters [1] { + Parameter #0 [ $fetch_scripts ] + } + } + } +} + -- cgit