mirror of
https://github.com/php/php-src.git
synced 2026-04-25 17:08:14 +02:00
Fixed build.
This commit is contained in:
@@ -2229,7 +2229,7 @@ PHP_FUNCTION(mssql_guid_string)
|
||||
break;
|
||||
}
|
||||
|
||||
dbconvert(NULL, SQLBINARY, (BYTE*)Z_STRVAL_PP(binary), min(16, Z_STRLEN_PP(binary)), SQLCHAR, buffer, -1);
|
||||
dbconvert(NULL, SQLBINARY, (BYTE*)Z_STRVAL_PP(binary), MIN(16, Z_STRLEN_PP(binary)), SQLCHAR, buffer, -1);
|
||||
|
||||
if (sf) {
|
||||
php_strtoupper(buffer, 32);
|
||||
|
||||
Reference in New Issue
Block a user