ID: 49915
Updated by: [email protected]
Reported By: Morph3u5pl at gmail dot com
-Status: Open
+Status: Bogus
Bug Type: Sockets related
Operating System: win32 only - Windows
PHP Version: 5.2.11
New Comment:
MSG_WAITALL is supported starting with Windows Server 2003.
Previous Comments:
------------------------------------------------------------------------
[2009-10-18 19:21:36] Morph3u5pl at gmail dot com
Description:
------------
MSG_WAITALL shouldn't be defined to zero on Windows platforms; it
should be equal to 0x0008.
Reproduce code:
---------------
printf("%x\n", MSG_WAITALL);
Expected result:
----------------
8
Actual result:
--------------
0
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=49915&edit=1