1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 07:32:54 +02:00

hopfully fixes #3220, #3221

This commit is contained in:
Thies C. Arntzen
2000-01-16 10:51:55 +00:00
parent bd375505f7
commit 840697c69b

View File

@@ -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;
}
}