php-src/ext/sockets
Lars Strojny 188c124a57 Bug #63000: MCAST_JOIN_GROUP on OSX is broken
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
2012-09-19 22:17:35 +02:00
..
tests Bug #63000: MCAST_JOIN_GROUP on OSX is broken 2012-09-19 22:17:35 +02:00
config.m4 - Fixed bug #62025 (__ss_family was changed on AIX 5.3) 2012-05-20 19:37:20 -03:00
config.w32 - Added multicast support to the sockets extension (bug #40510). 2011-03-14 00:08:29 +00:00
CREDITS Add myself as a maintainer 2001-12-14 05:58:28 +00:00
multicast.c - Year++ 2012-01-01 13:15:04 +00:00
multicast.h Bug #63000: MCAST_JOIN_GROUP on OSX is broken 2012-09-19 22:17:35 +02:00
package.xml MFH: removed useless file 2007-07-24 11:15:59 +00:00
php_sockets.h - Year++ 2012-01-01 13:15:04 +00:00
sockets.c - Fix the fix (typo s/AIX/_AIX/g) 2012-05-21 08:54:59 -03:00
sockets.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
unix_socket_constants.h - Year++ 2012-01-01 13:15:04 +00:00
win32_socket_constants.h - Year++ 2012-01-01 13:15:04 +00:00