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
..
tests Fix test on Windows. 2013-02-03 02:03:00 +01:00
config.m4 Refactoring: move stuff to new conversions.c 2013-02-02 16:38:08 +01:00
config.w32 send/recvmsg() support for Windows 2013-02-02 16:38:09 +01:00
conversions.c Fix non-Windows build 2013-02-02 16:38:09 +01:00
conversions.h send/recvmsg() support for Windows 2013-02-02 16:38:09 +01:00
CREDITS
multicast.c Cleanup some multicast code; fix for mac os x? 2013-02-17 22:42:58 +01:00
multicast.h Cleanup some multicast code; fix for mac os x? 2013-02-17 22:42:58 +01:00
package.xml MFH: removed useless file 2007-07-24 11:15:59 +00:00
php_sockets.h Fix bug and hopefully build on WinSDK 6.1 2013-02-03 01:36:14 +01:00
sendrecvmsg.c Fix bug and hopefully build on WinSDK 6.1 2013-02-03 01:36:14 +01:00
sendrecvmsg.h Build fixes; accept names for if_index 2013-02-02 16:38:08 +01:00
sockaddr_conv.c send/recvmsg() support for Windows 2013-02-02 16:38:09 +01:00
sockaddr_conv.h Fix multicast.c not defining errno on Windows 2013-02-02 16:38:09 +01:00
sockets.c Cleanup some multicast code; fix for mac os x? 2013-02-17 22:42:58 +01:00
sockets.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
unix_socket_constants.h Happy New Year 2013-01-01 16:37:09 +08:00
win32_socket_constants.h Happy New Year 2013-01-01 16:37:09 +08:00
windows_common.h Fix bug and hopefully build on WinSDK 6.1 2013-02-03 01:36:14 +01:00