Skip to content

Commit 1b1dabc

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: abstract namespace for unix sockets is a linux only feature
2 parents 939b2db + cbcce72 commit 1b1dabc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/tests/network/bug64330.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Bug #64330 (stream_socket_server() creates wrong Abstract Namespace UNIX sockets
33
--SKIPIF--
44
<?php
55
if (!in_array("unix", stream_get_transports())) die("SKIP unix domain sockets unavailable");
6+
if (!stristr(PHP_OS, "Linux")) die('skip abstract namespace is a Linux-only feature');
67
?>
78
--FILE--
89
<?php

0 commit comments

Comments
 (0)