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 Wed, 15 May 2013 22:03:26 +0000 (4 days ago)
|