mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
- fix logic after my build fix, thx to Hannes for the head up!
This commit is contained in:
+1
-1
@@ -1631,7 +1631,7 @@ static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
|
||||
SQLUSMALLINT RowStatus[1];
|
||||
SQLLEN rownum;
|
||||
zval *pv_res, *tmp;
|
||||
long pv_row = 1;
|
||||
long pv_row = -1;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &pv_res, &pv_row) == FAILURE) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user