diff options
author | Adam Baratz <adambaratz@php.net> | 2017-03-20 18:25:50 -0400 |
---|---|---|
committer | Adam Baratz <adambaratz@php.net> | 2017-03-20 18:25:50 -0400 |
commit | 4afce8ec8c6660ebd9f9eb174d2614361d1c6129 (patch) | |
tree | f2aa7f76460de262f8c93358133d7f4b2e2bf885 /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | 3817cba7863f1cfa077baa3bb492c4eaf9f95bf3 (diff) | |
download | php-git-4afce8ec8c6660ebd9f9eb174d2614361d1c6129.tar.gz |
Add PDO parameter types for national character set strings
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rw-r--r-- | ext/pdo_mysql/php_pdo_mysql_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index cf3ad9deb8..32e79e111c 100644 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -104,6 +104,7 @@ typedef struct { typedef struct { MYSQL *server; + unsigned assume_national_character_set_strings:1; unsigned attached:1; unsigned buffered:1; unsigned emulate_prepare:1; |