Skip to content

Commit b08753e

Browse files
authored
[skip ci] Fix NEWS for GH-19114
This did not make the cut for Alpha 2.
1 parent fec641d commit b08753e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

NEWS

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.5.0alpha3
44

5+
- Sockets:
6+
. socket_set_option for multicast context throws a ValueError
7+
when the socket family is not of AF_INET/AF_INET6 family. (David Carlier)
58

69
17 Jul 2025, PHP 8.5.0alpha2
710

@@ -17,10 +20,6 @@ PHP NEWS
1720
. Fetch larger block sizes and better handle SQL_NO_TOTAL when calling
1821
SQLGetData. (Calvin Buckley, Saki Takamachi)
1922

20-
- Sockets:
21-
. socket_set_option for multicast context throws a ValueError
22-
when the socket family is not of AF_INET/AF_INET6 family. (David Carlier)
23-
2423
- Standard:
2524
. Optimized pack(). (nielsdos, divinity76)
2625
. Fixed bug GH-19070 (setlocale($type, NULL) should not be deprecated).

0 commit comments

Comments
 (0)