mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
We don't need preload_restart() here
This commit is contained in:
parent
0bd17bd438
commit
9b0a53ed1c
1 changed files with 0 additions and 1 deletions
|
@ -3895,7 +3895,6 @@ static int accel_finish_startup(void)
|
||||||
if (ZCSG(preload_script)) {
|
if (ZCSG(preload_script)) {
|
||||||
/* Preloading was done in another process */
|
/* Preloading was done in another process */
|
||||||
preload_load();
|
preload_load();
|
||||||
preload_restart();
|
|
||||||
zend_shared_alloc_unlock();
|
zend_shared_alloc_unlock();
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue