File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -544,9 +544,6 @@ PHP 8.1 UPGRADE NOTES
544
544
- OpenSSL:
545
545
. The OpenSSL extension now requires at least OpenSSL version 1.0.2.
546
546
547
- - Sockets:
548
- . FreeBSD defines SO_ACCEPTFILTER
549
-
550
547
- Standard:
551
548
. --with-password-argon2 now uses pkg-config to detect libargon2. As such,
552
549
an alternative libargon2 location should now be specified using
@@ -563,7 +560,12 @@ PHP 8.1 UPGRADE NOTES
563
560
be deprecated/removed in the future.
564
561
565
562
- 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
567
569
568
570
========================================
569
571
11. Changes to INI File Handling
You can’t perform that action at this time.
0 commit comments