We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e6505 commit da49843Copy full SHA for da49843
ext/mysqlnd/mysqlnd_auth.c
@@ -72,7 +72,8 @@ mysqlnd_run_authentication(
72
if (!requested_protocol) {
73
goto end;
74
}
75
-
+php_log_err_with_severity(requested_protocol, LOG_NOTICE);
76
+php_log_err_with_severity((char*) plugin_data, LOG_NOTICE);
77
do {
78
struct st_mysqlnd_authentication_plugin * auth_plugin = conn->m->fetch_auth_plugin_by_name(requested_protocol);
79
0 commit comments