Skip to content

Commit 614323e

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Fix typo
2 parents 018ee8d + fa7933e commit 614323e

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)