diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-08-06 20:33:48 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-08-06 20:33:48 +0200 |
commit | 791c87ae484e71316c61808be5b324290dc9bd67 (patch) | |
tree | f543efd241e9ee0789f175e7507a126f87d42a2e /UPGRADING | |
parent | 847c65e9672072fd772d08a78d653b6142b6c4f0 (diff) | |
download | php-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-- | UPGRADING | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 ======================================== |