From e509dfec9c7e76ac4b36c1e5d1eda27f708cb124 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Sat, 22 Oct 2011 21:44:05 +0000 Subject: [PATCH] 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 --- sapi/cli/tests/022.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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--