Skip to content

Commit 2547708

Browse files
committed
Merge branch 'master' into release-3.6.7
2 parents c727537 + b337fc7 commit 2547708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public_html/lists/admin/mysqli.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ function Sql_Connect($host, $user, $password, $database)
2222
$compress = empty($database_connection_compression) ? 0 : MYSQLI_CLIENT_COMPRESS;
2323
$secure = empty($database_connection_ssl) ? 0 : MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT;
2424

25+
mysqli_report(MYSQLI_REPORT_OFF);
26+
2527
if (!mysqli_real_connect($db, $host, $user, $password, $database, $database_port, $database_socket, $compress | $secure)) {
2628
$errno = mysqli_connect_errno();
2729

0 commit comments

Comments
 (0)