mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- fix build
This commit is contained in:
parent
d2dca3a3ec
commit
c68e24ce1a
1 changed files with 1 additions and 1 deletions
|
@ -1631,7 +1631,7 @@ static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
|
||||||
SQLUSMALLINT RowStatus[1];
|
SQLUSMALLINT RowStatus[1];
|
||||||
SQLLEN rownum;
|
SQLLEN rownum;
|
||||||
zval *pv_res, *tmp;
|
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) {
|
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &pv_res, &pv_row) == FAILURE) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue