mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
- MFB: fix build
This commit is contained in:
parent
9d6e793b4b
commit
162b0b612a
@ -986,6 +986,7 @@ static void php_mssql_get_column_content_with_type(mssql_link *mssql_ptr,int off
|
||||
res_buf[res_length] = '\0';
|
||||
ZVAL_STRINGL(result, res_buf, res_length, 0);
|
||||
}
|
||||
}
|
||||
break;
|
||||
case SQLNUMERIC:
|
||||
default: {
|
||||
|
Loading…
Reference in New Issue
Block a user