|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-12-08 12:14 UTC] felipe@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 20:00:01 2025 UTC |
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