Skip to content

Commit e63e1af

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix test race condition
2 parents ec277ce + 6b54d3b commit e63e1af

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)