mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
parent
bd375505f7
commit
840697c69b
1 changed files with 1 additions and 0 deletions
|
@ -666,6 +666,7 @@ static void php_execute_pre_request_shutdown(PLS_D)
|
|||
if (PG(pre_request_shutdown_ok)) {
|
||||
zend_llist_apply(&PG(ll_pre_request_shutdown), php_start_request_hook);
|
||||
zend_llist_destroy(&PG(ll_pre_request_shutdown));
|
||||
PG(pre_request_shutdown_ok) = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue