Skip Report for ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt
Script
<?php if (!extension_loaded('sockets')) { die('SKIP The sockets extension is not loaded.'); } if (substr(PHP_OS, 0, 3) != 'WIN') { die('skip only for Windows'); } require 'ipv6_skipif.inc';
Reason
only for Windows
Generated at Fri, 17 May 2013 23:23:52 +0000 (21 hours ago)
|