File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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========================================
21722211. Changes to INI File Handling
You can’t perform that action at this time.
0 commit comments