Skip to content

Commit 185d604

Browse files
committed
NEWS/UPGRADING changes
1 parent dedad40 commit 185d604

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ PHP NEWS
3838

3939
- Sockets:
4040
. Added TCP_CONGESTION socket option. (David Carlier)
41+
. Added SO_ZEROCOPY/MSG_ZEROCOPY options. (David Carlier)
4142

4243
- SPL:
4344
. Uses safe_erealloc instead of erealloc to handle heap growth

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ PHP 8.2 UPGRADE NOTES
360360
. SO_BPF_EXTENSIONS
361361
. SO_SETFIB
362362
. TCP_CONGESTION (Linux, FreeBSD)
363+
. SO_ZEROCOPY (Linux)
364+
. MSG_ZEROCOPY (Linux)
363365

364366
========================================
365367
11. Changes to INI File Handling

0 commit comments

Comments
 (0)