mirror of
https://github.com/php/php-src.git
synced 2024-12-21 16:00:18 +08:00
Fixed bug #61637 ext\sockets\tests\socket_sentto_recvfrom_unix.phpt
This commit is contained in:
parent
af8646c188
commit
15e26c6d4a
@ -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.');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user