[skip ci] Fix NEWS for GH-19114

This did not make the cut for Alpha 2.
This commit is contained in:
Tim Düsterhus 2025-07-15 14:28:57 +02:00 committed by GitHub
parent fec641d27a
commit b08753eef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
NEWS
View file

@ -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).