Skip Report for ext/sockets/tests/socket_sendrecvmsg_multi_msg-win32.phpt
Script
<?php if (!extension_loaded('sockets')) die('skip sockets extension not available.'); if (!defined('IPPROTO_IPV6')) die('skip IPv6 not available.'); if (substr(PHP_OS, 0, 3) != 'WIN') die('skip Only for Windows!'); /* Windows supports IPV6_RECVTCLASS and is able to receive the tclass via * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg * does not accept IPV6_TCLASS messages. We still test that sendmsg() works * corectly by sending an IPV6_PKTINFO message that will have no effect */
Reason
Only for Windows!
Generated at Wed, 15 May 2013 22:03:26 +0000 (6 days ago)
|