Lines Matching refs:ZCG

183 		if (ZCG(cwd)) {  in ZEND_FUNCTION()
184 zend_string_release_ex(ZCG(cwd), 0); in ZEND_FUNCTION()
186 ZCG(cwd) = zend_string_init(cwd, strlen(cwd), 0); in ZEND_FUNCTION()
188 if (ZCG(cwd)) { in ZEND_FUNCTION()
189 zend_string_release_ex(ZCG(cwd), 0); in ZEND_FUNCTION()
190 ZCG(cwd) = NULL; in ZEND_FUNCTION()
193 ZCG(cwd_key_len) = 0; in ZEND_FUNCTION()
194 ZCG(cwd_check) = 1; in ZEND_FUNCTION()
199 if (ZCG(cwd)) { in accel_getcwd()
200 return ZCG(cwd); in accel_getcwd()
207 ZCG(cwd) = zend_string_init(cwd, strlen(cwd), 0); in accel_getcwd()
208 ZCG(cwd_key_len) = 0; in accel_getcwd()
209 ZCG(cwd_check) = 1; in accel_getcwd()
210 return ZCG(cwd); in accel_getcwd()
216 …if ((((double) ZSMMG(wasted_shared_memory)) / ZCG(accel_directives).memory_consumption) >= ZCG(acc… in zend_accel_schedule_restart_if_necessary()
231 ZCG(include_path) = new_value; in ZEND_INI_MH()
232 ZCG(include_path_key_len) = 0; in ZEND_INI_MH()
233 ZCG(include_path_check) = 1; in ZEND_INI_MH()
332 if (ZCG(counted)) { in accel_deactivate_sub()
335 ZCG(counted) = 0; in accel_deactivate_sub()
453 if (!ZCG(counted)) { in accel_find_interned_string()
454 if (!ZCG(accelerator_enabled) || accel_activate_add() == FAILURE) { in accel_find_interned_string()
457 ZCG(counted) = 1; in accel_find_interned_string()
542 if (ZCG(counted)) { in accel_new_interned_string_for_php()
576 if (ZCG(counted)) { in accel_init_interned_string_for_php()
781 ZCG(counted) = 1; in accel_use_shm_interned_strings()
783 ZCG(counted) = 0; in accel_use_shm_interned_strings()
879 if (ZCG(accel_directives).force_restart_timeout in accel_is_inactive()
882 …at %ld (after " ZEND_LONG_FMT " seconds), locked by %d", (long)time(NULL), ZCG(accel_directives).f… in accel_is_inactive()
1126 } else if (ZCG(accel_directives).revalidate_freq && in validate_timestamp_and_record()
1127 persistent_script->dynamic_members.revalidate >= ZCG(request_time)) { in validate_timestamp_and_record()
1132 …persistent_script->dynamic_members.revalidate = ZCG(request_time) + ZCG(accel_directives).revalida… in validate_timestamp_and_record()
1158 ZSTR_LEN(&ZCG(key)) = 0; in accel_make_persistent_key()
1168 } else if (UNEXPECTED(!ZCG(accel_directives).use_cwd)) { in accel_make_persistent_key()
1176 if (EXPECTED(ZCG(cwd_key_len))) { in accel_make_persistent_key()
1177 cwd = ZCG(cwd_key); in accel_make_persistent_key()
1178 cwd_len = ZCG(cwd_key_len); in accel_make_persistent_key()
1189 if (ZCG(cwd_check)) { in accel_make_persistent_key()
1190 ZCG(cwd_check) = 0; in accel_make_persistent_key()
1191 if (ZCG(accelerator_enabled)) { in accel_make_persistent_key()
1211 cwd_len = ZCG(cwd_key_len) = buf + sizeof(buf) - 1 - res; in accel_make_persistent_key()
1212 cwd = ZCG(cwd_key); in accel_make_persistent_key()
1213 memcpy(ZCG(cwd_key), res, cwd_len + 1); in accel_make_persistent_key()
1223 if (EXPECTED(ZCG(include_path_key_len))) { in accel_make_persistent_key()
1224 include_path = ZCG(include_path_key); in accel_make_persistent_key()
1225 include_path_len = ZCG(include_path_key_len); in accel_make_persistent_key()
1226 } else if (!ZCG(include_path) || ZSTR_LEN(ZCG(include_path)) == 0) { in accel_make_persistent_key()
1230 include_path = ZSTR_VAL(ZCG(include_path)); in accel_make_persistent_key()
1231 include_path_len = ZSTR_LEN(ZCG(include_path)); in accel_make_persistent_key()
1233 if (ZCG(include_path_check)) { in accel_make_persistent_key()
1234 ZCG(include_path_check) = 0; in accel_make_persistent_key()
1235 if (ZCG(accelerator_enabled)) { in accel_make_persistent_key()
1237 zend_string *str = accel_find_interned_string(ZCG(include_path)); in accel_make_persistent_key()
1242 str = accel_new_interned_string(zend_string_copy(ZCG(include_path))); in accel_make_persistent_key()
1243 if (str == ZCG(include_path)) { in accel_make_persistent_key()
1255 include_path_len = ZCG(include_path_key_len) = buf + sizeof(buf) - 1 - res; in accel_make_persistent_key()
1256 include_path = ZCG(include_path_key); in accel_make_persistent_key()
1257 memcpy(ZCG(include_path_key), res, include_path_len + 1); in accel_make_persistent_key()
1268 if (UNEXPECTED((size_t)(cwd_len + path_length + include_path_len + 2) >= sizeof(ZCG(_key)))) { in accel_make_persistent_key()
1277 key = ZSTR_VAL(&ZCG(key)); in accel_make_persistent_key()
1301 if (UNEXPECTED((size_t)(key_length + parent_script_len + 1) >= sizeof(ZCG(_key)))) { in accel_make_persistent_key()
1310 GC_SET_REFCOUNT(&ZCG(key), 1); in accel_make_persistent_key()
1311 GC_TYPE_INFO(&ZCG(key)) = GC_STRING; in accel_make_persistent_key()
1312 ZSTR_H(&ZCG(key)) = 0; in accel_make_persistent_key()
1313 ZSTR_LEN(&ZCG(key)) = key_length; in accel_make_persistent_key()
1314 return &ZCG(key); in accel_make_persistent_key()
1327 if (!ZCG(accelerator_enabled) || accelerator_shm_read_lock() != SUCCESS) { in zend_accel_invalidate()
1340 if (ZCG(accel_directives).file_cache) { in zend_accel_invalidate()
1351 !ZCG(accel_directives).validate_timestamps || in zend_accel_invalidate()
1445 ZCG(mem) = zend_arena_alloc(&CG(arena), memory_used + 64); in store_script_in_file_cache()
1446 ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L); in store_script_in_file_cache()
1449 ZCG(mem) = zend_arena_alloc(&CG(arena), memory_used + 8); in store_script_in_file_cache()
1450 ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 7L) & ~7L); in store_script_in_file_cache()
1452 ZCG(mem) = zend_arena_alloc(&CG(arena), memory_used); in store_script_in_file_cache()
1465 if ((char*)new_persistent_script->mem + new_persistent_script->size != (char*)ZCG(mem)) { in store_script_in_file_cache()
1467 …((char*)new_persistent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ER… in store_script_in_file_cache()
1472 (size_t)ZCG(mem)); in store_script_in_file_cache()
1488 …!zend_optimize_script(&new_persistent_script->script, ZCG(accel_directives).optimization_level, ZC… in cache_script_in_file_cache()
1505 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1508 …!zend_optimize_script(&new_persistent_script->script, ZCG(accel_directives).optimization_level, ZC… in cache_script_in_shared_memory()
1526 (!ZCG(accel_directives).validate_timestamps || in cache_script_in_shared_memory()
1547 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1562 ZCG(mem) = zend_shared_alloc(memory_used + 64); in cache_script_in_shared_memory()
1563 if (ZCG(mem)) { in cache_script_in_shared_memory()
1564 ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L); in cache_script_in_shared_memory()
1566 memset(ZCG(mem), 0, memory_used); in cache_script_in_shared_memory()
1569 char *p = (char*)ZCG(mem); in cache_script_in_shared_memory()
1581 char *p = (char*)ZCG(mem); in cache_script_in_shared_memory()
1596 ZCG(mem) = zend_shared_alloc(memory_used); in cache_script_in_shared_memory()
1597 if (ZCG(mem)) { in cache_script_in_shared_memory()
1598 memset(ZCG(mem), 0, memory_used); in cache_script_in_shared_memory()
1601 if (!ZCG(mem)) { in cache_script_in_shared_memory()
1605 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1622 if ((char*)new_persistent_script->mem + new_persistent_script->size != (char*)ZCG(mem)) { in cache_script_in_shared_memory()
1624 …((char*)new_persistent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ER… in cache_script_in_shared_memory()
1629 (size_t)ZCG(mem)); in cache_script_in_shared_memory()
1663 if (ZCG(accel_directives).file_cache) { in cache_script_in_shared_memory()
1703 ZCG(auto_globals_mask) |= mask; in zend_accel_set_auto_globals()
1748 if (ZCG(accel_directives).validate_timestamps || in opcache_compile_file()
1749 ZCG(accel_directives).file_update_protection || in opcache_compile_file()
1750 ZCG(accel_directives).max_file_size > 0) { in opcache_compile_file()
1756 …timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? … in opcache_compile_file()
1767 if (ZCG(accel_directives).file_update_protection && in opcache_compile_file()
1768 … ((accel_time_t)(ZCG(request_time) - ZCG(accel_directives).file_update_protection) < timestamp)) { in opcache_compile_file()
1773 …if (ZCG(accel_directives).max_file_size > 0 && size > (size_t)ZCG(accel_directives).max_file_size)… in opcache_compile_file()
1790 if (ZCG(accel_directives).record_warnings) { in opcache_compile_file()
1801 if (ZCG(accel_directives).file_cache) { in opcache_compile_file()
1851 if (ZCG(accel_directives).validate_timestamps) { in opcache_compile_file()
1856 …new_persistent_script->dynamic_members.revalidate = ZCG(request_time) + ZCG(accel_directives).reva… in opcache_compile_file()
1925 if (persistent_script->ping_auto_globals_mask & ~ZCG(auto_globals_mask)) { in file_cache_compile_file()
1926 zend_accel_set_auto_globals(persistent_script->ping_auto_globals_mask & ~ZCG(auto_globals_mask)); in file_cache_compile_file()
1972 if (!file_handle->filename || !ZCG(accelerator_enabled)) { in persistent_compile_file()
1974 ZCG(cache_opline) = NULL; in persistent_compile_file()
1975 ZCG(cache_persistent_script) = NULL; in persistent_compile_file()
1977 && ZCG(accel_directives).file_cache in persistent_compile_file()
1978 && ZCG(enabled) && accel_startup_ok) { in persistent_compile_file()
1983 ZCG(cache_opline) = NULL; in persistent_compile_file()
1984 ZCG(cache_persistent_script) = NULL; in persistent_compile_file()
1986 } else if (!ZCG(accelerator_enabled) || in persistent_compile_file()
1988 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
1991 ZCG(cache_opline) = NULL; in persistent_compile_file()
1992 ZCG(cache_persistent_script) = NULL; in persistent_compile_file()
1999 if (ZCG(cache_persistent_script) && in persistent_compile_file()
2002 ZCG(cache_opline) == NULL) || in persistent_compile_file()
2006 ZCG(cache_opline) == EG(current_execute_data)->opline))) { in persistent_compile_file()
2008 persistent_script = ZCG(cache_persistent_script); in persistent_compile_file()
2009 if (ZSTR_LEN(&ZCG(key))) { in persistent_compile_file()
2010 key = &ZCG(key); in persistent_compile_file()
2014 if (!ZCG(accel_directives).revalidate_path) { in persistent_compile_file()
2018 ZCG(cache_opline) = NULL; in persistent_compile_file()
2019 ZCG(cache_persistent_script) = NULL; in persistent_compile_file()
2024 ZCG(cache_opline) = NULL; in persistent_compile_file()
2025 ZCG(cache_persistent_script) = NULL; in persistent_compile_file()
2067 ZCG(cache_opline) = NULL; in persistent_compile_file()
2068 ZCG(cache_persistent_script) = NULL; in persistent_compile_file()
2078 if (!ZCG(counted)) { in persistent_compile_file()
2080 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
2085 ZCG(counted) = 1; in persistent_compile_file()
2090 UNEXPECTED(ZCG(accel_directives).validate_permission) && in persistent_compile_file()
2107 if (persistent_script && ZCG(accel_directives).validate_timestamps) { in persistent_compile_file()
2126 if (persistent_script && ZCG(accel_directives).consistency_checks in persistent_compile_file()
2127 && persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) { in persistent_compile_file()
2151 if (!persistent_script && ZCG(accel_directives).file_cache) { in persistent_compile_file()
2167 if (ZCG(accel_directives).file_cache) { in persistent_compile_file()
2203 persistent_script->dynamic_members.last_used = ZCG(request_time); in persistent_compile_file()
2243 persistent_script->dynamic_members.last_used = ZCG(request_time); in persistent_compile_file()
2252 if (persistent_script->ping_auto_globals_mask & ~ZCG(auto_globals_mask)) { in persistent_compile_file()
2253 zend_accel_set_auto_globals(persistent_script->ping_auto_globals_mask & ~ZCG(auto_globals_mask)); in persistent_compile_file()
2350 if (!ZCG(accelerator_enabled) || in zend_accel_inheritance_cache_add()
2391 ZCG(current_persistent_script) = &dummy; in zend_accel_inheritance_cache_add()
2400 ZCG(mem) = zend_shared_alloc(size + 8); in zend_accel_inheritance_cache_add()
2402 ZCG(mem) = zend_shared_alloc(size); in zend_accel_inheritance_cache_add()
2405 if (!ZCG(mem)) { in zend_accel_inheritance_cache_add()
2416 ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 7L) & ~7L); in zend_accel_inheritance_cache_add()
2419 memset(ZCG(mem), 0, size); in zend_accel_inheritance_cache_add()
2420 entry = (zend_inheritance_cache_entry*)ZCG(mem); in zend_accel_inheritance_cache_add()
2421 ZCG(mem) = (char*)ZCG(mem) + in zend_accel_inheritance_cache_add()
2436 entry->dependencies = (zend_class_dependency*)ZCG(mem); in zend_accel_inheritance_cache_add()
2445 ZCG(mem) = (char*)ZCG(mem) + zend_hash_num_elements(dependencies) * sizeof(zend_class_dependency); in zend_accel_inheritance_cache_add()
2466 if ((char*)entry + size != (char*)ZCG(mem)) { in zend_accel_inheritance_cache_add()
2468 ((char*)entry + size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_WARNING, in zend_accel_inheritance_cache_add()
2473 (size_t)ZCG(mem)); in zend_accel_inheritance_cache_add()
2494 PHP_MD5Update(&ctx, ZCG(accel_directives).cache_id, strlen(ZCG(accel_directives).cache_id)); in accel_gen_uname_id()
2504 if (ZCG(cache_persistent_script)) { in persistent_stream_open_function()
2508 ZCG(cache_opline) == NULL) || in persistent_stream_open_function()
2512 ZCG(cache_opline) == EG(current_execute_data)->opline)) { in persistent_stream_open_function()
2515 handle->opened_path = zend_string_copy(ZCG(cache_persistent_script)->script.filename); in persistent_stream_open_function()
2518 ZCG(cache_opline) = NULL; in persistent_stream_open_function()
2519 ZCG(cache_persistent_script) = NULL; in persistent_stream_open_function()
2528 ZCG(accelerator_enabled)) { in persistent_zend_resolve_path()
2543 if (!ZCG(accel_directives).revalidate_path) { in persistent_zend_resolve_path()
2551 ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL; in persistent_zend_resolve_path()
2552 ZCG(cache_persistent_script) = persistent_script; in persistent_zend_resolve_path()
2557 ZCG(cache_opline) = NULL; in persistent_zend_resolve_path()
2558 ZCG(cache_persistent_script) = NULL; in persistent_zend_resolve_path()
2582 ZSTR_LEN(&ZCG(key)) = 0; in persistent_zend_resolve_path()
2584 ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL; in persistent_zend_resolve_path()
2585 ZCG(cache_persistent_script) = persistent_script; in persistent_zend_resolve_path()
2591 ZCG(cache_opline) = NULL; in persistent_zend_resolve_path()
2592 ZCG(cache_persistent_script) = NULL; in persistent_zend_resolve_path()
2596 ZCG(cache_opline) = NULL; in persistent_zend_resolve_path()
2597 ZCG(cache_persistent_script) = NULL; in persistent_zend_resolve_path()
2632 if (!ZCG(enabled) || !accel_startup_ok) { in accel_activate()
2633 ZCG(accelerator_enabled) = 0; in accel_activate()
2638 ZCG(auto_globals_mask) = 0; in accel_activate()
2639 ZCG(request_time) = (time_t)sapi_get_request_time(); in accel_activate()
2640 ZCG(cache_opline) = NULL; in accel_activate()
2641 ZCG(cache_persistent_script) = NULL; in accel_activate()
2642 ZCG(include_path_key_len) = 0; in accel_activate()
2643 ZCG(include_path_check) = 1; in accel_activate()
2645 ZCG(cwd) = NULL; in accel_activate()
2646 ZCG(cwd_key_len) = 0; in accel_activate()
2647 ZCG(cwd_check) = 1; in accel_activate()
2650 ZCG(accelerator_enabled) = 0; in accel_activate()
2655 if (ZCG(accel_directives).validate_root) { in accel_activate()
2659 ZCG(root_hash) = 0; in accel_activate()
2661 ZCG(root_hash) = buf.st_ino; in accel_activate()
2662 if (sizeof(buf.st_ino) > sizeof(ZCG(root_hash))) { in accel_activate()
2663 if (ZCG(root_hash) != buf.st_ino) { in accel_activate()
2673 ZCG(root_hash) = 0; in accel_activate()
2680 if (ZCG(counted)) { in accel_activate()
2687 ZCG(counted) = 0; in accel_activate()
2713 if (ZCG(accel_directives).interned_strings_buffer) { in accel_activate()
2727 if (ZCSG(last_restart_time) < ZCG(request_time)) { in accel_activate()
2728 ZCSG(last_restart_time) = ZCG(request_time); in accel_activate()
2738 ZCG(accelerator_enabled) = ZCSG(accelerator_enabled); in accel_activate()
2743 if (ZCG(accelerator_enabled) && ZCSG(last_restart_time) != ZCG(last_restart_time)) { in accel_activate()
2745 ZCG(last_restart_time) = ZCSG(last_restart_time); in accel_activate()
2751 ZCG(pcre_reseted) = 0; in accel_activate()
2752 } else if (!ZCG(accelerator_enabled) && !ZCG(pcre_reseted)) { in accel_activate()
2754 ZCG(pcre_reseted) = 1; in accel_activate()
2778 if (ZCG(cwd)) { in accel_post_deactivate()
2779 zend_string_release_ex(ZCG(cwd), 0); in accel_post_deactivate()
2780 ZCG(cwd) = NULL; in accel_post_deactivate()
2783 if (!ZCG(enabled) || !accel_startup_ok) { in accel_post_deactivate()
2789 ZCG(counted) = 0; in accel_post_deactivate()
2847 if (ZCG(accel_directives).enable_cli && ( in accel_find_sapi()
2863 if (ZCG(accel_directives).interned_strings_buffer) { in zend_accel_init_shm()
2864 …accel_shared_globals = zend_shared_alloc(sizeof(zend_accel_shared_globals) + (ZCG(accel_directives… in zend_accel_init_shm()
2878 zend_accel_hash_init(&ZCSG(hash), ZCG(accel_directives).max_accelerated_files); in zend_accel_init_shm()
2880 if (ZCG(accel_directives).interned_strings_buffer) { in zend_accel_init_shm()
2884 hash_size = ZCG(accel_directives).interned_strings_buffer * (32 * 1024); in zend_accel_init_shm()
2902 ZCG(accel_directives).interned_strings_buffer * 1024 * 1024); in zend_accel_init_shm()
3146 if (ZCG(accel_directives).huge_code_pages && in accel_startup()
3158 if (!ZCG(accel_directives).enable_cli && in accel_startup()
3167 if (ZCG(enabled) == 0) { in accel_startup()
3197 file_cache_only = ZCG(accel_directives).file_cache_only;
3199 size_t shm_size = ZCG(accel_directives).memory_consumption;
3263 ZCG(last_restart_time) = ZCSG(last_restart_time);
3285 } else if (!ZCG(accel_directives).file_cache) {
3320 ZCG(cwd) = NULL;
3321 ZCG(include_path) = NULL;
3325 ZCG(include_path) = ini_entry->value;
3337 if (ZCG(enabled) && accel_startup_ok &&
3338 ZCG(accel_directives).user_blacklist_filename &&
3339 *ZCG(accel_directives.user_blacklist_filename)) {
3341 zend_accel_blacklist_load(&accel_blacklist, ZCG(accel_directives.user_blacklist_filename));
3344 if (!file_cache_only && ZCG(accel_directives).interned_strings_buffer) {
3352 if (ZCG(enabled) && accel_startup_ok) {
3381 if (!ZCG(enabled) || !accel_startup_ok) {
3437 if (ZCG(accel_directives).force_restart_timeout) {
3438 ZCSG(force_restart_time) = zend_accel_get_time() + ZCG(accel_directives).force_restart_timeout;
3448 #define accel_deactivate_now() ZCG(counted) = 1; accel_deactivate_sub()
3460 if (ZCG(counted)) {
3475 ZCG(counted) = 1;
3483 if (!ZCG(counted)) {
3529 if (ZCSG(preload_script)->ping_auto_globals_mask & ~ZCG(auto_globals_mask)) {
3530 …zend_accel_set_auto_globals(ZCSG(preload_script)->ping_auto_globals_mask & ~ZCG(auto_globals_mask)…
4213 …if (!zend_optimize_script(&script->script, ZCG(accel_directives).optimization_level, ZCG(accel_dir…
4230 …if (!zend_optimize_script(&script->script, ZCG(accel_directives).optimization_level, ZCG(accel_dir…
4256 ZCG(mem) = zend_shared_alloc(memory_used + 64);
4257 if (ZCG(mem)) {
4258 ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L);
4260 memset(ZCG(mem), 0, memory_used);
4263 char *p = (char*)ZCG(mem);
4275 char *p = (char*)ZCG(mem);
4290 ZCG(mem) = zend_shared_alloc(memory_used);
4291 if (ZCG(mem)) {
4292 memset(ZCG(mem), 0, memory_used);
4295 if (!ZCG(mem)) {
4308 if ((char*)new_persistent_script->mem + new_persistent_script->size != (char*)ZCG(mem)) {
4310 …((char*)new_persistent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ER…
4315 (size_t)ZCG(mem));
4385 ZCG(enabled) = 0;
4386 ZCG(accelerator_enabled) = 0;
4450 ZCG(enabled) = 1;
4632 if (!ZCG(enabled) || !accel_startup_ok) {
4636 if (ZCG(accel_directives).preload && *ZCG(accel_directives).preload) {
4678 if (!ZCG(accel_directives).preload_user
4679 || !*ZCG(accel_directives).preload_user) {
4685 pw = getpwnam(ZCG(accel_directives).preload_user);
4688 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Preloading failed to getpwnam(\"%s\")", ZCG(accel_dire…
4732 if (ZCG(accel_directives).preload_user
4733 && *ZCG(accel_directives).preload_user) {
4769 ZCG(auto_globals_mask) = 0;
4770 ZCG(request_time) = (time_t)sapi_get_request_time();
4771 ZCG(cache_opline) = NULL;
4772 ZCG(cache_persistent_script) = NULL;
4773 ZCG(include_path_key_len) = 0;
4774 ZCG(include_path_check) = 1;
4776 ZCG(cwd) = NULL;
4777 ZCG(cwd_key_len) = 0;
4778 ZCG(cwd_check) = 1;
4780 if (accel_preload(ZCG(accel_directives).preload, in_child) != SUCCESS) {