Browse Source

abstract namespace for unix sockets is a linux only feature

pull/518/merge
Ferenc Kovacs 12 years ago
parent
commit
2c8aeda6dc
  1. 1
      ext/standard/tests/network/bug64330.phpt

1
ext/standard/tests/network/bug64330.phpt

@ -3,6 +3,7 @@ Bug #64330 (stream_socket_server() creates wrong Abstract Namespace UNIX sockets
--SKIPIF--
<?php
if (!in_array("unix", stream_get_transports())) die("SKIP unix domain sockets unavailable");
if (!stristr(PHP_OS, "Linux")) die('skip abstract namespace is a Linux-only feature');
?>
--FILE--
<?php

Loading…
Cancel
Save