File tree Expand file tree Collapse file tree 3 files changed +0
-30
lines changed Expand file tree Collapse file tree 3 files changed +0
-30
lines changed Original file line number Diff line number Diff line change 6
6
. Fixed bug #81656 (GCC-11 silently ignores -R). (Michael Wallner)
7
7
. Fixed bug #81585 (cached_chunks are not counted to real_size on shutdown).
8
8
(cmb)
9
- . Fixed zend_observer_fcall_end_all() accessing dangling pointers. (Florian
10
- Sowade)
11
9
12
10
- Filter:
13
11
. Fixed FILTER_FLAG_NO_RES_RANGE flag. (Yifan Tong)
Original file line number Diff line number Diff line change @@ -229,7 +229,6 @@ ZEND_API void ZEND_FASTCALL zend_observer_fcall_end(
229
229
zend_execute_data * ex = execute_data -> prev_execute_data ;
230
230
while (ex && (!ex -> func || ex -> func -> type == ZEND_INTERNAL_FUNCTION
231
231
|| !ZEND_OBSERVABLE_FN (ex -> func -> common .fn_flags )
232
- || !& RUN_TIME_CACHE (& ex -> func -> op_array )
233
232
|| !ZEND_OBSERVER_DATA (& ex -> func -> op_array )
234
233
|| ZEND_OBSERVER_DATA (& ex -> func -> op_array ) == ZEND_OBSERVER_NOT_OBSERVED )) {
235
234
ex = ex -> prev_execute_data ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments