1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00

[skip ci] Add NEWS entry

This commit is contained in:
Ilija Tovilo
2022-05-22 23:29:32 +02:00
parent 7a2747ba78
commit c71e75bb11
+1
View File
@@ -144,6 +144,7 @@ PHP NEWS
- Sockets:
. Fixed Solaris builds. (David Carlier)
. Fix undefined behavior in php_set_inet6_addr. (ilutov)
- SPL:
. Fixed bug GH-8121 (SplFileObject - seek and key with csv file inconsistent).