mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Fix NEWS for GH-19114
This did not make the cut for Alpha 2.
This commit is contained in:
parent
fec641d27a
commit
b08753eef0
1 changed files with 3 additions and 4 deletions
7
NEWS
7
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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue