[php-src] master: [skip ci] Add NEWS entry for ext/sockets memory fix
David Carlier <[email protected]> Sun, 19 Jul 2026 07:43:07 +0000
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: David Carlier (devnexen)
Date: 2026-07-19T08:42:59+01:00
Commit: https://github.com/php/php-src/commit/83dd4bc36eb2078980b4cf58cb62946fdef75f12
Raw diff: https://github.com/php/php-src/commit/83dd4bc36eb2078980b4cf58cb62946fdef75f12.diff
[skip ci] Add NEWS entry for ext/sockets memory fix
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index 0ad622eec829..6e9921e18dcc 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,7 @@ PHP NEWS
- Sockets:
. Fixed socket_set_option() validation error messages for UDP_SEGMENT and
TCP_USER_TIMEOUT, and SO_LINGER options. (Weilin Du)
+ . Fixed various memory related issues in ext/sockets. (David Carlier)
16 Jul 2026, PHP 8.6.0alpha2