Browse Source

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  abstract namespace for unix sockets is a linux only feature
pull/275/merge
Ferenc Kovacs 12 years ago
parent
commit
cbcce72308
  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