Skip to content

Commit

Permalink
Add UPGRADING entry for socket options
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nikic committed Jul 16, 2021
1 parent 4c873df commit 172f84b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions UPGRADING
Expand Up @@ -544,9 +544,6 @@ PHP 8.1 UPGRADE NOTES
- OpenSSL:
. The OpenSSL extension now requires at least OpenSSL version 1.0.2.

- Sockets:
. FreeBSD defines SO_ACCEPTFILTER

- Standard:
. --with-password-argon2 now uses pkg-config to detect libargon2. As such,
an alternative libargon2 location should now be specified using
Expand All @@ -563,7 +560,12 @@ PHP 8.1 UPGRADE NOTES
be deprecated/removed in the future.

- Sockets:
. TCP_DEFER_ACCEPT socket option added where available.
. The following socket options are now defined if they are supported:
* SO_ACCEPTFILTER
* SO_DONTTRUNC
* SO_WANTMORE
* SO_MARK
* TCP_DEFER_ACCEPT

========================================
11. Changes to INI File Handling
Expand Down

0 comments on commit 172f84b

Please sign in to comment.