Skip to content

Commit e00e4b9

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: abstract namespace for unix sockets is a linux only feature
2 parents 287790d + 2c8aeda commit e00e4b9

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)