Skip to content

Commit 1f7f842

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts: ext/mysqlnd/mysqlnd.c
2 parents cb6071e + bcd278a commit 1f7f842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqlnd/mysqlnd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ 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() */
711+
mysql_flags |= conn->options->flags; /* use the flags from set_client_option() */
712712

713713
if (PG(open_basedir) && strlen(PG(open_basedir))) {
714714
mysql_flags ^= CLIENT_LOCAL_FILES;

0 commit comments

Comments
 (0)