Searched refs:accelerator_enabled (Results 1 – 3 of 3) sorted by relevance
201 bool accelerator_enabled; /* accelerator enabled for current request */ member255 bool accelerator_enabled; member
146 ZCG(accelerator_enabled) = 0; in ZEND_INI_MH()453 if (ZCG(accelerator_enabled) || file_cache_only) {588 if (!ZCG(accelerator_enabled) || accelerator_shm_read_lock() != SUCCESS) {651 add_assoc_bool(return_value, "opcache_enabled", ZCG(accelerator_enabled));881 if ((!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled))979 if (!ZCG(accelerator_enabled)) {
1226 if (ZCG(accelerator_enabled)) { in accel_make_persistent_key()1270 if (ZCG(accelerator_enabled)) { in accel_make_persistent_key()1981 if (!file_handle->filename || !ZCG(accelerator_enabled)) { in persistent_compile_file()2323 if (!ZCG(accelerator_enabled) || in zend_accel_inheritance_cache_add()2501 ZCG(accelerator_enabled)) { in persistent_zend_resolve_path()2606 ZCG(accelerator_enabled) = false; in accel_activate()2623 ZCG(accelerator_enabled) = false; in accel_activate()2711 ZCG(accelerator_enabled) = ZCSG(accelerator_enabled); in accel_activate()2907 ZCSG(accelerator_enabled) = true; in zend_accel_init_shm()3418 ZCSG(accelerator_enabled) = false;[all …]
Completed in 21 milliseconds