Skip to content

Commit f06efce

Browse files
committed
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: mysqlnd pam fix test error message
2 parents 44ef32f + 8309c04 commit f06efce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mysqli/tests/mysqli_auth_pam.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ max_execution_time=240
101101
require_once('table.inc');
102102

103103
if (!$link = my_mysqli_connect($host, 'pamtest', 'pamtest', $db, $port, $socket)) {
104-
printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
105-
$host, $user, $db, $port, $socket);
104+
printf("[001] Cannot connect to the server using host=%s, user=pamtest, passwd=pamtest dbname=%s, port=%s, socket=%s\n",
105+
$host, $db, $port, $socket);
106106
} else {
107107

108108
if (!$res = $link->query("SELECT id FROM test WHERE id = 1"))

0 commit comments

Comments
 (0)