Commit 5b01b74
committed
async: a pending exception still fails zend_execute_script under a scheduler
Reporting stays deferred until after the scheduler drain, but the return
value now says FAILURE, so an uncaught exception in auto_prepend_file
stops the prepend/main/append chain like it does without a scheduler
instead of silently running the primary script with EG(exception) set.1 parent fb91696 commit 5b01b74
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1982 | 1982 | | |
1983 | 1983 | | |
1984 | 1984 | | |
1985 | | - | |
1986 | | - | |
| 1985 | + | |
| 1986 | + | |
| 1987 | + | |
| 1988 | + | |
| 1989 | + | |
| 1990 | + | |
| 1991 | + | |
| 1992 | + | |
1987 | 1993 | | |
1988 | 1994 | | |
1989 | 1995 | | |
| |||
0 commit comments