From 40da9961f20fafc9ac5322c7700f451fe3568891 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Tue, 24 Jan 2023 23:19:21 +0100 Subject: [PATCH] [ci skip] NEWS (#10442) --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index d1836167d7f..ebd284b87f2 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ PHP NEWS - Core: . Fixed incorrect check condition in ZEND_YIELD. (nielsdos) + . Fixed incorrect check condition in type inference. (nielsdos) + +- FFI: + . Fixed incorrect bitshifting and masking in ffi bitfield. (nielsdos) - Standard: . Fixed bug GH-10292 (Made the default value of the first param of srand() and