mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add support for connect attributes, as of MySQL 5.6
This commit is contained in:
parent
be07f815f2
commit
1ff4352263
8 changed files with 171 additions and 8 deletions
|
@ -103,7 +103,7 @@ typedef struct st_mysqlnd_packet_auth {
|
|||
zend_bool send_auth_data;
|
||||
zend_bool is_change_user_packet;
|
||||
zend_bool silent;
|
||||
|
||||
HashTable *connect_attr;
|
||||
} MYSQLND_PACKET_AUTH;
|
||||
|
||||
/* Auth response packet */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue