Skip to content

Commit 68592c8

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Improve stability of test gh13860.phpt
2 parents 0f1e979 + 73218e0 commit 68592c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/openssl/tests/gh13860.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $serverCode = <<<'CODE'
2121
fwrite($client, "xx");
2222
phpt_wait();
2323
fclose($client);
24+
phpt_notify();
2425
}
2526
CODE;
2627

@@ -38,6 +39,7 @@ $clientCode = <<<'CODE'
3839
while (!($in = fread($fp, 2))) {
3940
usleep(1000);
4041
}
42+
phpt_wait();
4143
var_dump(feof($fp));
4244
fclose($fp);
4345
CODE;

0 commit comments

Comments
 (0)