]> granicus.if.org Git - php/commitdiff
Fix mysqlnd build without openssl
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 9 Jun 2018 09:04:40 +0000 (11:04 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 10 Jun 2018 19:20:28 +0000 (21:20 +0200)
Cherry-pick of 968eb0b38cc9095d418beb8f0df08c4b9abdb079, as these
changes were also introduced in lower branches.

ext/mysqlnd/mysqlnd_auth.c

index 0520891d5afde5900904c5e021b1afa76de0e6d4..66e93cf6366924c89f038a5a5691a32a7e838a8e 100644 (file)
@@ -1050,6 +1050,7 @@ mysqlnd_caching_sha2_get_and_use_key(MYSQLND_CONN_DATA *conn,
        }
        DBG_RETURN(0);
 #else
+       DBG_ENTER("mysqlnd_caching_sha2_get_and_use_key(");
        php_error_docref(NULL, E_WARNING, "PHP was built without openssl extension, can't send password encrypted");
        DBG_RETURN(0);
 #endif