summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-08-06 20:33:48 +0200
committerFerenc Kovacs <tyrael@php.net>2014-08-06 20:33:48 +0200
commit791c87ae484e71316c61808be5b324290dc9bd67 (patch)
treef543efd241e9ee0789f175e7507a126f87d42a2e /UPGRADING
parent847c65e9672072fd772d08a78d653b6142b6c4f0 (diff)
downloadphp-git-791c87ae484e71316c61808be5b324290dc9bd67.tar.gz
Revert "Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option"
This reverts commit a51bf0cadf7862d10b2cc19cae2c991d24d670b1.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING7
1 files changed, 0 insertions, 7 deletions
diff --git a/UPGRADING b/UPGRADING
index 908e819517..7a174c47c2 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -151,13 +151,6 @@ PHP 5.6 UPGRADE NOTES
- Non-blocking read/write query behavior now optionally available in database
operations using the ext/pgsql extension.
-- Stream socket servers may now use SO_REUSEPORT in systems that support the
- option to bind on the same address/port in separate processes via a new
- "so_reuseport" socket context option.
-
-- UDP stream servers and clients may now enable SO_BROADCAST via a new
- "so_broadcast" socket context option.
-
========================================
3. Changes in SAPI modules
========================================