Skip to content

Commit 059474a

Browse files
committed
[ci skip] NEWS, UPGRADING
1 parent b14215a commit 059474a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ PHP NEWS
5757
- Sockets:
5858
. Added TCP_NOTSENT_LOWAT socket option. (David Carlier)
5959
. Added SO_MEMINFO socket option. (David Carlier)
60+
. Added SO_RTABLE socket option (OpenBSD), equivalent of SO_MARK (Linux).
61+
(David Carlier)
62+
. Added TCP_KEEPALIVE, TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT socket
63+
options. (David Carlier)
6064

6165
- Sodium:
6266
. Added sodium_crypto_stream_xchacha20_xor_ic(). (Scott)

UPGRADING

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,13 @@ PHP 8.2 UPGRADE NOTES
210210

211211
- Sockets:
212212
. SO_INCOMING_CPU
213-
. TCP_NOTSENT_LOWAT
214213
. SO_MEMINFO
214+
. SO_RTABLE (OpenBSD)
215+
. TCP_KEEPALIVE (MacOS)
216+
. TCP_KEEPCNT (Linux, others)
217+
. TCP_KEEPIDLE (Linux, others)
218+
. TCP_KEEPINTVL (Linux, others)
219+
. TCP_NOTSENT_LOWAT
215220

216221
========================================
217222
11. Changes to INI File Handling

0 commit comments

Comments
 (0)