Skip to content

Commit 0608267

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
2 parents 866d8d7 + 51f5539 commit 0608267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mysqli/tests/ghsa-h35g-vwh6-m678-auth-message.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mysqli
66
<?php
77
require_once 'fake_server.inc';
88

9-
$port = 50001;
9+
$port = 33305;
1010
$servername = "127.0.0.1";
1111
$username = "root";
1212
$password = "";
@@ -34,5 +34,5 @@ print "done!";
3434
[*] Sending - Malicious OK Auth Response [Extract heap through buffer over-read]: 0900000200000002000000fcff
3535

3636
Warning: mysqli::__construct(): OK packet message length is past the packet size in %s on line %d
37-
Unknown error while trying to connect via tcp://127.0.0.1:50001
37+
Unknown error while trying to connect via tcp://127.0.0.1:33305
3838
done!

0 commit comments

Comments
 (0)