mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.1' into PHP-7.2
This commit is contained in:
commit
83d2bc9b6d
18 changed files with 149 additions and 6 deletions
|
@ -489,7 +489,8 @@ MYSQLND_METHOD(mysqlnd_conn_data, get_updated_connect_flags)(MYSQLND_CONN_DATA *
|
|||
MYSQLND_VIO * vio = conn->vio;
|
||||
|
||||
DBG_ENTER("mysqlnd_conn_data::get_updated_connect_flags");
|
||||
/* we allow load data local infile by default */
|
||||
/* allow CLIENT_LOCAL_FILES capability, although extensions basing on mysqlnd
|
||||
shouldn't allow 'load data local infile' by default due to security issues */
|
||||
mysql_flags |= MYSQLND_CAPABILITIES;
|
||||
|
||||
mysql_flags |= conn->options->flags; /* use the flags from set_client_option() */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue