diff options
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h index 4c3ffdb892..426a2067ed 100644 --- a/ext/mysqlnd/mysqlnd_structs.h +++ b/ext/mysqlnd/mysqlnd_structs.h @@ -788,7 +788,7 @@ struct mysqlnd_field_hash_key { zend_bool is_numeric; unsigned long key; -#if PHP_MAJOR_VERSION >= 6 +#if MYSQLND_UNICODE zstr ustr; unsigned int ulen; #endif |