[ci skip] NEWS

This commit is contained in:
Aaron Piotrowski 2023-01-28 10:18:12 -06:00
parent 0c4aee464a
commit 5e1b9666a9
No known key found for this signature in database
GPG Key ID: 5B456E6AABA44A63

3
NEWS
View File

@ -9,6 +9,8 @@ PHP NEWS
. 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)
. Fixed bug GH-10437 (Segfault/assertion when using fibers in shutdown
function after bailout). (trowski)
- FFI:
. Fixed incorrect bitshifting and masking in ffi bitfield. (nielsdos)
@ -554,4 +556,3 @@ PHP NEWS
. On Windows, the Zip extension is now built as shared library (DLL) by
default. (cmb)
. Implement fseek for zip stream when possible with libzip 1.9.1. (Remi)