From b08753eef0bbb636859d506b907de18f35a3c8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 15 Jul 2025 14:28:57 +0200 Subject: [PATCH] [skip ci] Fix NEWS for GH-19114 This did not make the cut for Alpha 2. --- NEWS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index c62ce5021d6..a06ac7f8525 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.5.0alpha3 +- Sockets: + . socket_set_option for multicast context throws a ValueError + when the socket family is not of AF_INET/AF_INET6 family. (David Carlier) 17 Jul 2025, PHP 8.5.0alpha2 @@ -17,10 +20,6 @@ PHP NEWS . Fetch larger block sizes and better handle SQL_NO_TOTAL when calling SQLGetData. (Calvin Buckley, Saki Takamachi) -- Sockets: - . socket_set_option for multicast context throws a ValueError - when the socket family is not of AF_INET/AF_INET6 family. (David Carlier) - - Standard: . Optimized pack(). (nielsdos, divinity76) . Fixed bug GH-19070 (setlocale($type, NULL) should not be deprecated).