We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6692c3 commit 3f42615Copy full SHA for 3f42615
1 file changed
npgCore/functions-db-MySQLi.php
@@ -55,6 +55,7 @@ function db_connect($config, $errorstop = E_USER_ERROR) {
55
$er = gettext('"extension not loaded"');
56
}
57
error_reporting($er_reporting);
58
+ mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT);
59
60
if (!is_object($_DB_connection)) {
61
if ($errorstop) {
0 commit comments