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 6c22dea commit cfb6e82Copy full SHA for cfb6e82
NEWS
@@ -6,6 +6,9 @@ PHP NEWS
6
. Fixed incorrect check condition in ZEND_YIELD. (nielsdos)
7
. Fixed incorrect check condition in type inference. (nielsdos)
8
. Fix incorrect check in zend_internal_call_should_throw(). (nielsdos)
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
13
- FFI:
14
. Fixed incorrect bitshifting and masking in ffi bitfield. (nielsdos)
0 commit comments