diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-12-11 11:20:33 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-12-11 11:25:36 +0100 |
commit | 43741a3f26c5094fa818f60744f11139940ccf08 (patch) | |
tree | a5c431c041b931a758a50cdb5ee1308b27d58fbe /ext/pdo_mysql/mysql_statement.c | |
parent | c927c831e65cdf6aa6152d49820e58e6288a5dcc (diff) | |
download | php-git-43741a3f26c5094fa818f60744f11139940ccf08.tar.gz |
Fixed bug #62889
Our minimum libmysqlclient version requirement is high enough
that we don't need to check for MYSQL_OPT_LOCAL_INFILE support.
However, the mysql_get_option() function seems to only be available
since 5.7 (though it's really hard to find any definitie information
on when MySQL introduced certain functions or changes...) so we
need to store the value of the flag locally to make it available
through getAttribute().
Diffstat (limited to 'ext/pdo_mysql/mysql_statement.c')
0 files changed, 0 insertions, 0 deletions