Skip to content

Commit 172f84b

Browse files
committed
Add UPGRADING entry for socket options
[ci skip]
1 parent 4c873df commit 172f84b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

UPGRADING

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,6 @@ PHP 8.1 UPGRADE NOTES
544544
- OpenSSL:
545545
. The OpenSSL extension now requires at least OpenSSL version 1.0.2.
546546

547-
- Sockets:
548-
. FreeBSD defines SO_ACCEPTFILTER
549-
550547
- Standard:
551548
. --with-password-argon2 now uses pkg-config to detect libargon2. As such,
552549
an alternative libargon2 location should now be specified using
@@ -563,7 +560,12 @@ PHP 8.1 UPGRADE NOTES
563560
be deprecated/removed in the future.
564561

565562
- Sockets:
566-
. TCP_DEFER_ACCEPT socket option added where available.
563+
. The following socket options are now defined if they are supported:
564+
* SO_ACCEPTFILTER
565+
* SO_DONTTRUNC
566+
* SO_WANTMORE
567+
* SO_MARK
568+
* TCP_DEFER_ACCEPT
567569

568570
========================================
569571
11. Changes to INI File Handling

0 commit comments

Comments
 (0)