mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: Fix test race condition
This commit is contained in:
commit
e63e1afd84
1 changed files with 1 additions and 1 deletions
|
@ -18,8 +18,8 @@ $serverCode = <<<'CODE'
|
||||||
|
|
||||||
$client = @stream_socket_accept($server);
|
$client = @stream_socket_accept($server);
|
||||||
if ($client) {
|
if ($client) {
|
||||||
fwrite($client, "xx");
|
|
||||||
phpt_wait();
|
phpt_wait();
|
||||||
|
fwrite($client, "xx");
|
||||||
fclose($client);
|
fclose($client);
|
||||||
phpt_notify();
|
phpt_notify();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue