Searched refs:restart_pending (Results 1 – 3 of 3) sorted by relevance
258 zend_bool restart_pending; member
2119 if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) { in persistent_compile_file()2341 ZCSG(restart_pending) = 0; in zend_reset_cache_vars()2423 if (ZCSG(restart_pending)) { in accel_activate()2425 …if (ZCSG(restart_pending) != 0) { /* check again, to ensure that the cache wasn't already cleaned … in accel_activate()2428 ZCSG(restart_pending) = 0; in accel_activate()3118 if (ZCSG(restart_pending)) { in zend_accel_schedule_restart()3127 ZCSG(restart_pending) = 1; in zend_accel_schedule_restart()
613 add_assoc_bool(return_value, "restart_pending", ZCSG(restart_pending));
Completed in 33 milliseconds