--- embedaddon/php/win32/select.c 2012/02/21 23:48:06 1.1.1.1 +++ embedaddon/php/win32/select.c 2012/05/29 12:34:34 1.1.1.2 @@ -21,7 +21,7 @@ #ifdef PHP_WIN32 -/* $Id: select.c,v 1.1.1.1 2012/02/21 23:48:06 misho Exp $ */ +/* $Id: select.c,v 1.1.1.2 2012/05/29 12:34:34 misho Exp $ */ /* Win32 select() will only work with sockets, so we roll our own implementation here. * - If you supply only sockets, this simply passes through to winsock select().