summaryrefslogtreecommitdiff
path: root/ext/mssql
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mssql')
-rw-r--r--ext/mssql/php_mssql.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c
index ca426aae5c..ad7e01fa5f 100644
--- a/ext/mssql/php_mssql.c
+++ b/ext/mssql/php_mssql.c
@@ -865,7 +865,6 @@ static void php_mssql_get_column_content_with_type(mssql_link *mssql_ptr,int off
ZVAL_STRINGL(result, data, 16, 1);
}
break;
-#endif
case SQLVARBINARY:
case SQLBINARY:
case SQLIMAGE: {