Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b0b876d

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 59ed9ce + a5db8b3 commit b0b876d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎ext/mysqli/tests/fake_server.inc‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,8 @@ class my_mysqli_fake_server_conn
552552

553553
public function read($bytes_len = 1024)
554554
{
555-
// wait 10ms to fill the buffer
556-
usleep(10000);
555+
// wait 20ms to fill the buffer
556+
usleep(20000);
557557
$data = fread($this->conn, $bytes_len);
558558
if ($data) {
559559
fprintf(STDERR, "[*] Received: %s\n", bin2hex($data));

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /