mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add support for caching_sha2_password in change user authentication
Same as for connection handshakes.
This commit is contained in:
parent
03ee36d1c5
commit
e7e1254f3e
2 changed files with 16 additions and 0 deletions
|
@ -53,6 +53,9 @@ mysqlnd_auth_change_user(MYSQLND_CONN_DATA * const conn,
|
|||
const zend_bool silent,
|
||||
const zend_bool use_full_blown_auth_packet,
|
||||
const char * const auth_protocol,
|
||||
struct st_mysqlnd_authentication_plugin * auth_plugin,
|
||||
const zend_uchar * const orig_auth_plugin_data,
|
||||
const size_t orig_auth_plugin_data_len,
|
||||
const zend_uchar * auth_plugin_data,
|
||||
const size_t auth_plugin_data_len,
|
||||
char ** switch_to_auth_protocol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue