We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4aee4 commit 5e1b966Copy full SHA for 5e1b966
NEWS
@@ -9,6 +9,8 @@ PHP NEWS
9
. Fixed overflow check in OnUpdateMemoryConsumption. (nielsdos)
10
. Fixed bug GH-9916 (Entering shutdown sequence with a fiber suspended in a
11
Generator emits an unavoidable fatal error or crashes). (Arnaud)
12
+ . Fixed bug GH-10437 (Segfault/assertion when using fibers in shutdown
13
+ function after bailout). (trowski)
14
15
- FFI:
16
. Fixed incorrect bitshifting and masking in ffi bitfield. (nielsdos)
@@ -554,4 +556,3 @@ PHP NEWS
554
556
. On Windows, the Zip extension is now built as shared library (DLL) by
555
557
default. (cmb)
558
. Implement fseek for zip stream when possible with libzip 1.9.1. (Remi)
-
0 commit comments