mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
- fix build
This commit is contained in:
parent
d2dca3a3ec
commit
c68e24ce1a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user