1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 14:12:38 +02:00
Files
archived-php-src/ext/sockets
Gustavo Lopes 91538e4e13 Cleanup some multicast code; fix for mac os x?
When I moved some stuff from sockets.c to multicast.c, I did not copy
some conditional defines for systems without the RFC 3678 API.

I moved such defines to multicast.h so both sockets.c and multicast.c
can benefit from them and I prefixed them with PHP_ so that it's less
confusing: now PHP_MCAST_* are defined to either the MCAST_* RFC 3678
APIs or to legacy APIs and MCAST_* always mean the (possibly undefined)
system definitions.
2013-02-17 22:42:58 +01:00
..
2013-02-03 02:03:00 +01:00
2013-02-02 16:38:09 +01:00
2013-02-02 16:38:09 +01:00
2001-12-14 05:58:28 +00:00
2007-07-24 11:15:59 +00:00
2013-01-01 16:37:09 +08:00
2013-01-01 16:37:09 +08:00