Skip to content

Commit 6b54d3b

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix test race condition
2 parents 3f08bcb + 070779c commit 6b54d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/gh13860.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ $serverCode = <<<'CODE'
1818
1919
$client = @stream_socket_accept($server);
2020
if ($client) {
21-
fwrite($client, "xx");
2221
phpt_wait();
22+
fwrite($client, "xx");
2323
fclose($client);
2424
phpt_notify();
2525
}

0 commit comments

Comments
 (0)