Commit 173a048
committed
Revert "record frankenphp worker loop iteration as background transaction"
This reverts commit 6518d01.
It is not possible to call nr_php_txn_begin after frankenphp_handle_request
returns - frankenphp_handle_request calls frankenphp's version of other
SAPIs php_request_shutdown, which destroys output handlers stack and
nr_php_txn_being's code adds new output handler to the stack.1 parent 7bc6138 commit 173a048
2 files changed
Lines changed: 6 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3123 | 3123 | | |
3124 | 3124 | | |
3125 | 3125 | | |
3126 | | - | |
3127 | | - | |
3128 | | - | |
3129 | | - | |
3130 | | - | |
3131 | | - | |
3132 | 3126 | | |
3133 | 3127 | | |
3134 | 3128 | | |
3135 | 3129 | | |
3136 | | - | |
3137 | | - | |
3138 | | - | |
3139 | | - | |
3140 | | - | |
3141 | 3130 | | |
3142 | 3131 | | |
3143 | 3132 | | |
| |||
0 commit comments