File tree 3 files changed +0
-30
lines changed
3 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ PHP NEWS
14
14
. Fixed bug GH-7757 (Multi-inherited final constant causes fatal error).
15
15
(cmb)
16
16
. Fixed zend_fibers.c build with ZEND_FIBER_UCONTEXT. (Petr Sumbera)
17
- . Fixed zend_observer_fcall_end_all() accessing dangling pointers. (Florian
18
- Sowade)
19
17
20
18
- Filter:
21
19
. Fixed FILTER_FLAG_NO_RES_RANGE flag. (Yifan Tong)
Original file line number Diff line number Diff line change @@ -236,7 +236,6 @@ ZEND_API void ZEND_FASTCALL zend_observer_fcall_end(
236
236
zend_execute_data * ex = execute_data -> prev_execute_data ;
237
237
while (ex && (!ex -> func || ex -> func -> type == ZEND_INTERNAL_FUNCTION
238
238
|| !ZEND_OBSERVABLE_FN (ex -> func -> common .fn_flags )
239
- || !& RUN_TIME_CACHE (& ex -> func -> op_array )
240
239
|| !ZEND_OBSERVER_DATA (& ex -> func -> op_array )
241
240
|| ZEND_OBSERVER_DATA (& ex -> func -> op_array ) == ZEND_OBSERVER_NOT_OBSERVED )) {
242
241
ex = ex -> prev_execute_data ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments