From b09922b65789bf5fb5f24fe7b232b171a40cf38a Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 25 May 2024 14:47:30 +0200 Subject: [PATCH] [skip ci] Update NEWS Adding missed PHP-8.3 entry since these notes must be in all active branches where the change was done except for the master branch. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 9e8ba0e218c..107d88aa32b 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.3.9 +- Core: + . Fixed bug GH-14315 (Incompatible pointer type warnings). (Peter Kokot) + - Curl: . Fixed bug GH-14307 (Test curl_basic_024 fails with curl 8.8.0). (nielsdos)