Searched refs:accel_directives (Results 1 – 10 of 10) sorted by relevance
/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_module.c | 92 if (ZCG(accel_directives).restrict_api && *ZCG(accel_directives).restrict_api) { in validate_api_restriction() 93 int len = strlen(ZCG(accel_directives).restrict_api); in validate_api_restriction() 97 memcmp(SG(request_info).path_translated, ZCG(accel_directives).restrict_api, len) != 0) { in validate_api_restriction() 331 (!ZCG(accel_directives).validate_timestamps || in filename_is_in_cache() 339 (!ZCG(accel_directives).validate_timestamps || in filename_is_in_cache() 400 if (ZCG(enabled) && accel_startup_ok && ZCG(accel_directives).file_override_enabled) { in zend_accel_override_file_functions() 540 if (ZCG(accel_directives).validate_timestamps) { in accelerator_get_scripts() 667 add_assoc_bool(directives, "opcache.enable_cli", ZCG(accel_directives).enable_cli); in ZEND_FUNCTION() 668 add_assoc_bool(directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd); in ZEND_FUNCTION() 672 add_assoc_bool(directives, "opcache.validate_root", ZCG(accel_directives).validate_root); in ZEND_FUNCTION() [all …]
|
H A D | zend_accelerator_debug.c | 39 if (type > ZCG(accel_directives).log_verbosity_level) { in zend_accel_error() 47 if (!ZCG(accel_directives).error_log || in zend_accel_error() 48 !*ZCG(accel_directives).error_log || in zend_accel_error() 49 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error() 53 fLog = fopen(ZCG(accel_directives).error_log, "a+"); in zend_accel_error()
|
H A D | ZendAccelerator.c | 80 if (ZCG(accel_directives).protect_memory) { \ 86 if (ZCG(accel_directives).protect_memory) { \ 657 if (ZCG(accel_directives).force_restart_timeout in accel_is_inactive() 912 if (ZCG(accel_directives).revalidate_freq && in validate_timestamp_and_record() 954 if (ZCG(accel_directives).use_cwd && in accel_make_persistent_key_ex() 1237 if (!ZCG(accel_directives).revalidate_path && in cache_script_in_shared_memory() 1384 …if (ZCG(accel_directives).max_file_size > 0 && size > (size_t)ZCG(accel_directives).max_file_size)… in compile_and_cache_file() 2152 if (ZCG(accel_directives).validate_root) { 2450 if (ZCG(accel_directives).fast_shutdown) { 2510 if (ZCG(accel_directives).enable_cli && [all …]
|
H A D | shared_alloc_win32.c | 296 if (!ZCG(accel_directives).mmap_base || !*ZCG(accel_directives).mmap_base) { in create_segments() 321 char *s = ZCG(accel_directives).mmap_base; in create_segments()
|
H A D | zend_shared_alloc.c | 170 if (ZCG(accel_directives).memory_model && ZCG(accel_directives).memory_model[0]) { in zend_shared_alloc_startup() 171 char *model = ZCG(accel_directives).memory_model; in zend_shared_alloc_startup() 173 if (strncmp(ZCG(accel_directives).memory_model, "cgi", sizeof("cgi")) == 0) { in zend_shared_alloc_startup()
|
H A D | zend_persist_calc.c | 232 if (ZCG(accel_directives).save_comments && op_array->doc_comment) { 256 if (ZCG(accel_directives).save_comments && prop->doc_comment) { 301 if (ZCG(accel_directives).save_comments && ZEND_CE_DOC_COMMENT(ce)) {
|
H A D | zend_persist.c | 324 if (main_persistent_script && ZCG(accel_directives).inherited_hack) { 425 if (ZCG(accel_directives).save_comments) { 474 if (ZCG(accel_directives).save_comments) { 529 if (ZCG(accel_directives).save_comments) {
|
H A D | ZendAccelerator.h | 263 zend_accel_directives accel_directives; member
|
H A D | zend_accelerator_util_funcs.c | 643 if (ZCG(accel_directives).load_comments) { 764 if (ZCG(accel_directives).load_comments) { 962 …py(target, source, pCopyConstructor, sizeof(zend_class_entry*), ZCG(accel_directives).ignore_dups,…
|
/PHP-5.6/ext/opcache/Optimizer/ |
H A D | zend_optimizer.c | 31 ZCG(accel_directives).optimization_level
|
Completed in 51 milliseconds