Skip to content

Commit 8c442f1

Browse files
committed
Merge branch 'PHP-8.3'
2 parents 1ee6ad9 + ea87501 commit 8c442f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/tests/socket-uds-too-long-filename-test.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require_once "tester.inc";
1010

1111
$socketFilePrefix = __DIR__ . '/socket-file';
1212
$socketFile = sprintf(
13-
"/socket-file-fpm-unix-socket-too-long-filename-but-starts-anyway%s.sock",
13+
"/this-socket-very-very-very-long-file-fpm-unix-socket-is-too-long-filename-but-starts-anyway%s.sock",
1414
__DIR__,
1515
str_repeat('-0000', 11)
1616
);

0 commit comments

Comments
 (0)