From: Remi Collet Date: Mon, 29 May 2017 09:17:32 +0000 (+0200) Subject: Fix possible test failure with path > 108 X-Git-Tag: php-7.2.0alpha1~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f20970216df909ac0e46a55398decc5270643d4;p=php Fix possible test failure with path > 108 E.g. Notice: stream_socket_server(): socket path exceeded the maximum allowed length of 108 bytes and was truncated in /builddir/build/BUILD/php-src-32d7fa6f74b56fed8124d4dea0f98f0f9964a64e/ext/standard/tests/streams/bug74556.php on line 4 --- diff --git a/ext/standard/tests/streams/bug74556.phpt b/ext/standard/tests/streams/bug74556.phpt index 016a3dce86..121426105a 100644 --- a/ext/standard/tests/streams/bug74556.phpt +++ b/ext/standard/tests/streams/bug74556.phpt @@ -6,7 +6,7 @@ if (!strncasecmp(PHP_OS, 'WIN', 3)) echo "skip Unix Only"; --FILE--