From: Ferenc Kovacs Date: Sat, 22 Oct 2011 21:44:05 +0000 (+0000) Subject: stream_socket_server("unix://..." has a length limit, so it is better to use the... X-Git-Tag: php-5.5.0alpha1~996 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e509dfec9c7e76ac4b36c1e5d1eda27f708cb124;p=php stream_socket_server("unix://..." has a length limit, so it is better to use the tmp dir instead of the current test dir for the socket file. see https://bugs.php.net/bug.php?id=60106 --- diff --git a/sapi/cli/tests/022.phpt b/sapi/cli/tests/022.phpt index eabb8bdf8d..0110220bee 100644 --- a/sapi/cli/tests/022.phpt +++ b/sapi/cli/tests/022.phpt @@ -8,7 +8,7 @@ if (substr(PHP_OS, 0, 3) == "WIN") die("skip non windows test"); --FILE--