Skip to content

Commit cb6071e

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts: ext/mysqlnd/mysqlnd.c
2 parents ddcb67d + 6a6ec19 commit cb6071e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/mysqlnd/mysqlnd.c

+2
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,8 @@ MYSQLND_METHOD(mysqlnd_conn_data, get_updated_connect_flags)(MYSQLND_CONN_DATA *
708708
/* we allow load data local infile by default */
709709
mysql_flags |= MYSQLND_CAPABILITIES;
710710

711+
mysql_flags |= conn->options.flags; /* use the flags from set_client_option() */
712+
711713
if (PG(open_basedir) && strlen(PG(open_basedir))) {
712714
mysql_flags ^= CLIENT_LOCAL_FILES;
713715
}

0 commit comments

Comments
 (0)