diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index a249ae89c01..36e93b3cb7a 100644 --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c @@ -3895,7 +3895,6 @@ static int accel_finish_startup(void) if (ZCSG(preload_script)) { /* Preloading was done in another process */ preload_load(); - preload_restart(); zend_shared_alloc_unlock(); return SUCCESS; }