We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ee6ad9 + ea87501 commit 8c442f1Copy full SHA for 8c442f1
sapi/fpm/tests/socket-uds-too-long-filename-test.phpt
@@ -10,7 +10,7 @@ require_once "tester.inc";
10
11
$socketFilePrefix = __DIR__ . '/socket-file';
12
$socketFile = sprintf(
13
- "/socket-file-fpm-unix-socket-too-long-filename-but-starts-anyway%s.sock",
+ "/this-socket-very-very-very-long-file-fpm-unix-socket-is-too-long-filename-but-starts-anyway%s.sock",
14
__DIR__,
15
str_repeat('-0000', 11)
16
);
0 commit comments