summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorDaniel Lowrey <rdlowrey@php.net>2014-08-04 12:41:51 -0400
committerDaniel Lowrey <rdlowrey@php.net>2014-08-05 23:13:04 -0400
commita51bf0cadf7862d10b2cc19cae2c991d24d670b1 (patch)
tree249332785260201b944727d852f0bb84315acc9d /UPGRADING
parent29eb0ea68605e81822e34d5a95443f2c176b2c73 (diff)
downloadphp-git-a51bf0cadf7862d10b2cc19cae2c991d24d670b1.tar.gz
Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 7a174c47c2..908e819517 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -151,6 +151,13 @@ 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
========================================