diff options
author | Daniel Lowrey <rdlowrey@php.net> | 2014-08-04 12:41:51 -0400 |
---|---|---|
committer | Daniel Lowrey <rdlowrey@php.net> | 2014-08-05 23:13:04 -0400 |
commit | a51bf0cadf7862d10b2cc19cae2c991d24d670b1 (patch) | |
tree | 249332785260201b944727d852f0bb84315acc9d /UPGRADING | |
parent | 29eb0ea68605e81822e34d5a95443f2c176b2c73 (diff) | |
download | php-git-a51bf0cadf7862d10b2cc19cae2c991d24d670b1.tar.gz |
Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ======================================== |