mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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.
This commit is contained in:
parent
d27983e781
commit
c974313aed
12 changed files with 46 additions and 40 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue