Commit 92d25a9
committed
* This is worth a comment to explain that this is called to handle any task created by shutdown functions or destructors, and to handle destructors that didn't return yet.
Possibly this should be executed between php_call_shutdown_functions() and zend_call_destructors() as well, so that destructors are not called before tasks created by php_call_shutdown_functions() are executed.1 parent a425e7e commit 92d25a9
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1981 | 1981 | | |
1982 | 1982 | | |
1983 | 1983 | | |
| 1984 | + | |
| 1985 | + | |
1984 | 1986 | | |
1985 | 1987 | | |
1986 | 1988 | | |
| |||
0 commit comments