Fixed bug #61637 ext\sockets\tests\socket_sentto_recvfrom_unix.phpt

This commit is contained in:
Anatoliy Belsky 2012-04-10 13:54:22 +02:00
parent af8646c188
commit 15e26c6d4a

View File

@ -2,6 +2,9 @@
Test if socket_recvfrom() receives data sent by socket_sendto() through a Unix domain socket
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
die('skip.. Not valid for Windows');
}
if (!extension_loaded('sockets')) {
die('SKIP The sockets extension is not loaded.');
}