mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
Silencing a compilier warning on windows
This commit is contained in:
+1
-1
@@ -1207,7 +1207,7 @@ PHP_FUNCTION(odbc_data_source)
|
||||
}
|
||||
|
||||
convert_to_long_ex(zv_fetch_type);
|
||||
fetch_type = Z_LVAL_PP(zv_fetch_type);
|
||||
fetch_type = (SQLSMALLINT)Z_LVAL_PP(zv_fetch_type);
|
||||
|
||||
if (!(fetch_type == SQL_FETCH_FIRST ||
|
||||
fetch_type == SQL_FETCH_NEXT)) {
|
||||
|
||||
Reference in New Issue
Block a user