From c974313aed296dfab6cd7e1859ecf48a5fd581a8 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Thu, 12 Aug 2010 12:02:02 +0000 Subject: 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. --- ext/mysqlnd/php_mysqlnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysqlnd/php_mysqlnd.c') diff --git a/ext/mysqlnd/php_mysqlnd.c b/ext/mysqlnd/php_mysqlnd.c index a084079f06..ce40ee6de2 100644 --- a/ext/mysqlnd/php_mysqlnd.c +++ b/ext/mysqlnd/php_mysqlnd.c @@ -37,7 +37,7 @@ static zend_function_entry mysqlnd_functions[] = { /* {{{ mysqlnd_minfo_print_hash */ -#if PHP_MAJOR_VERSION >= 6 +#if MYSQLND_UNICODE PHPAPI void mysqlnd_minfo_print_hash(zval *values) { zval **values_entry; -- cgit v1.2.1