NEWS/UPGRADING changes

This commit is contained in:
David Carlier 2022-07-10 21:30:08 +01:00
parent dedad408fe
commit 185d604d56
2 changed files with 3 additions and 0 deletions

1
NEWS
View File

@ -38,6 +38,7 @@ PHP NEWS
- Sockets:
. Added TCP_CONGESTION socket option. (David Carlier)
. Added SO_ZEROCOPY/MSG_ZEROCOPY options. (David Carlier)
- SPL:
. Uses safe_erealloc instead of erealloc to handle heap growth

View File

@ -360,6 +360,8 @@ PHP 8.2 UPGRADE NOTES
. SO_BPF_EXTENSIONS
. SO_SETFIB
. TCP_CONGESTION (Linux, FreeBSD)
. SO_ZEROCOPY (Linux)
. MSG_ZEROCOPY (Linux)
========================================
11. Changes to INI File Handling