diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
commit | c99c8db46b69be9dc4ec688b2b52d6846a1ce6af (patch) | |
tree | 5c66dccd92e6b330a48dd13f71899ae73b5f18ff | |
parent | 5ceaa4ae6b06d2c93440b786c41367ddb39b9043 (diff) |
php-pecl-*: add Reflection file
-rw-r--r-- | REFLECTION | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..8d021d9 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,125 @@ +Extension [ <persistent> extension #165 Zend OPcache version 7.0.4-devFE ] { + + - INI { + Entry [ opcache.enable <ALL> ] + Current = '1' + } + Entry [ opcache.use_cwd <SYSTEM> ] + Current = '1' + } + Entry [ opcache.validate_timestamps <ALL> ] + Current = '1' + } + Entry [ opcache.inherited_hack <SYSTEM> ] + Current = '1' + } + Entry [ opcache.dups_fix <ALL> ] + Current = '0' + } + Entry [ opcache.revalidate_path <ALL> ] + Current = '0' + } + Entry [ opcache.log_verbosity_level <SYSTEM> ] + Current = '1' + } + Entry [ opcache.memory_consumption <SYSTEM> ] + Current = '128' + } + Entry [ opcache.interned_strings_buffer <SYSTEM> ] + Current = '8' + } + Entry [ opcache.max_accelerated_files <SYSTEM> ] + Current = '4000' + } + Entry [ opcache.max_wasted_percentage <SYSTEM> ] + Current = '5' + } + Entry [ opcache.consistency_checks <ALL> ] + Current = '0' + } + Entry [ opcache.force_restart_timeout <SYSTEM> ] + Current = '180' + } + Entry [ opcache.revalidate_freq <ALL> ] + Current = '2' + } + Entry [ opcache.file_update_protection <ALL> ] + Current = '2' + } + Entry [ opcache.preferred_memory_model <SYSTEM> ] + Current = '' + } + Entry [ opcache.blacklist_filename <SYSTEM> ] + Current = '/etc/php.d/opcache*.blacklist' + } + Entry [ opcache.max_file_size <SYSTEM> ] + Current = '0' + } + Entry [ opcache.protect_memory <SYSTEM> ] + Current = '0' + } + Entry [ opcache.save_comments <SYSTEM> ] + Current = '1' + } + Entry [ opcache.load_comments <ALL> ] + Current = '1' + } + Entry [ opcache.fast_shutdown <SYSTEM> ] + Current = '1' + } + Entry [ opcache.optimization_level <SYSTEM> ] + Current = '0xFFFFFFFF' + } + Entry [ opcache.enable_file_override <SYSTEM> ] + Current = '0' + } + Entry [ opcache.enable_cli <SYSTEM> ] + Current = '0' + } + Entry [ opcache.error_log <SYSTEM> ] + Current = '' + } + Entry [ opcache.restrict_api <SYSTEM> ] + Current = '' + } + } + + - Functions { + Function [ <internal:Zend OPcache> function opcache_reset ] { + + - Parameters [0] { + } + } + Function [ <internal:Zend OPcache> function opcache_invalidate ] { + + - Parameters [2] { + Parameter #0 [ <required> $script ] + Parameter #1 [ <optional> $force ] + } + } + Function [ <internal:Zend OPcache> function opcache_compile_file ] { + + - Parameters [1] { + Parameter #0 [ <required> $file ] + } + } + Function [ <internal:Zend OPcache> function opcache_is_script_cached ] { + + - Parameters [1] { + Parameter #0 [ <required> $script ] + } + } + Function [ <internal:Zend OPcache> function opcache_get_configuration ] { + + - Parameters [0] { + } + } + Function [ <internal:Zend OPcache> function opcache_get_status ] { + + - Parameters [1] { + Parameter #0 [ <optional> $fetch_scripts ] + } + } + } +} + |