]> granicus.if.org Git - php/commit
Bug #49341: Add SO_REUSEPORT support for socket_set_option()
authorIgor Wiedler <igor@wiedler.ch>
Sun, 2 Sep 2012 21:18:45 +0000 (23:18 +0200)
committerIgor Wiedler <igor@wiedler.ch>
Sun, 2 Dec 2012 17:56:57 +0000 (18:56 +0100)
commitec2a132f9c345e6b40d04f7230d25b2fe5659672
tree0fadf80e144764667d1e79356a8a6d17c4387de9
parent7552a7eb191b477349fa278e50fa8b3858382535
Bug #49341: Add SO_REUSEPORT support for socket_set_option()

This is a BSD-only feature, and it will only be available on BSD.
On other platforms the constant will simply not be set.
ext/sockets/sockets.c
ext/sockets/tests/bug49341.phpt [new file with mode: 0644]