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.4.0RC1~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64ec41f7d4cbc0c91e3576bd29ff299de340f383;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--