mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add two new enums constants from the server
This commit is contained in:
parent
d82b05a64b
commit
423000075f
1 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,8 @@ typedef enum mysqlnd_option
|
|||
MYSQL_REPORT_DATA_TRUNCATION,
|
||||
MYSQL_OPT_RECONNECT,
|
||||
MYSQL_OPT_SSL_VERIFY_SERVER_CERT,
|
||||
MYSQL_PLUGIN_DIR,
|
||||
MYSQL_DEFAULT_AUTH,
|
||||
#if MYSQLND_UNICODE
|
||||
MYSQLND_OPT_NUMERIC_AND_DATETIME_AS_UNICODE = 200,
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue