We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91adbe5 commit f9e17dbCopy full SHA for f9e17db
ext/opcache/ZendAccelerator.c
@@ -3485,6 +3485,8 @@ void accel_shutdown(void)
3485
zend_ini_entry *ini_entry;
3486
bool _file_cache_only = false;
3487
3488
+ accel_starting = false;
3489
+
3490
#ifdef HAVE_JIT
3491
zend_jit_shutdown();
3492
#endif
ext/opcache/zend_accelerator_module.c
@@ -453,6 +453,8 @@ static ZEND_MSHUTDOWN_FUNCTION(zend_accelerator)
453
454
UNREGISTER_INI_ENTRIES();
455
accel_shutdown();
456
+ accel_module_loaded = false;
457
458
return SUCCESS;
459
}
460
0 commit comments