We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedad40 commit 185d604Copy full SHA for 185d604
NEWS
@@ -38,6 +38,7 @@ PHP NEWS
38
39
- Sockets:
40
. Added TCP_CONGESTION socket option. (David Carlier)
41
+ . Added SO_ZEROCOPY/MSG_ZEROCOPY options. (David Carlier)
42
43
- SPL:
44
. Uses safe_erealloc instead of erealloc to handle heap growth
UPGRADING
@@ -360,6 +360,8 @@ PHP 8.2 UPGRADE NOTES
360
. SO_BPF_EXTENSIONS
361
. SO_SETFIB
362
. TCP_CONGESTION (Linux, FreeBSD)
363
+ . SO_ZEROCOPY (Linux)
364
+ . MSG_ZEROCOPY (Linux)
365
366
========================================
367
11. Changes to INI File Handling
0 commit comments