diff options
author | Andrey Hristov <andrey@php.net> | 2010-08-12 12:02:02 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-08-12 12:02:02 +0000 |
commit | 92ef63a07b04bb85d6587b2905d068ce8a781061 (patch) | |
tree | 4ce90d8821ccc1673b4d42539285049f93c46bc3 /ext/mysqlnd/mysqlnd_structs.h | |
parent | 8bf7114691540f29e6a07a34231fdf536652c1b8 (diff) | |
download | php-git-92ef63a07b04bb85d6587b2905d068ce8a781061.tar.gz |
Switch from using PHP_MAJOR_VERSION to separate define for
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.
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 |