mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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);
|
||||
if ($client) {
|
||||
fwrite($client, "xx");
|
||||
phpt_wait();
|
||||
fwrite($client, "xx");
|
||||
fclose($client);
|
||||
phpt_notify();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue