mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
188c124a57
The multicast support in PHP 5.4 makes use of MCAST_JOIN_GROUP if it is present. The problem is that OSX 10.7 added the constant, but did not correctly implement the feature. This causes the setsockopt call to fail. The solution to the problem is to not use MCAST_JOIN_GROUP on OSX. For reference, this was also done in VLC: * http://trac.videolan.org/vlc/ticket/6104#comment:19 |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
multicast.c | ||
multicast.h | ||
package.xml | ||
php_sockets.h | ||
sockets.c | ||
sockets.dsp | ||
unix_socket_constants.h | ||
win32_socket_constants.h |