[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc 2023-01-27 19:37:27 +01:00
parent 6c22dea3c1
commit cfb6e82cbd

3
NEWS
View File

@ -6,6 +6,9 @@ PHP NEWS
. Fixed incorrect check condition in ZEND_YIELD. (nielsdos)
. Fixed incorrect check condition in type inference. (nielsdos)
. Fix incorrect check in zend_internal_call_should_throw(). (nielsdos)
. Fixed overflow check in OnUpdateMemoryConsumption. (nielsdos)
. Fixed bug GH-9916 (Entering shutdown sequence with a fiber suspended in a
Generator emits an unavoidable fatal error or crashes). (Arnaud)
- FFI:
. Fixed incorrect bitshifting and masking in ffi bitfield. (nielsdos)