Skip to content

Commit f07f3b4

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: [skip ci] Fix typo
2 parents 7a20168 + 614323e commit f07f3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/gh13860.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (!function_exists("proc_open")) die("skip no proc_open");
99
--FILE--
1010
<?php
1111
$serverCode = <<<'CODE'
12-
$serverUri = "tcp://128.0.0.1:64326";
12+
$serverUri = "tcp://127.0.0.1:64326";
1313
$serverFlags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN;
1414
$serverCtx = stream_context_create();
1515

0 commit comments

Comments
 (0)