mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix ODBC, the GC patch missed this one leading to compilation failure.
This commit is contained in:
parent
3db75dcb84
commit
b0677f4beb
1 changed files with 1 additions and 2 deletions
|
@ -1573,8 +1573,7 @@ PHP_FUNCTION(odbc_fetch_into)
|
|||
result->fetched++;
|
||||
|
||||
for(i = 0; i < result->numcols; i++) {
|
||||
ALLOC_ZVAL(tmp);
|
||||
tmp->refcount = 1;
|
||||
MAKE_STD_ZVAL(tmp);
|
||||
Z_TYPE_P(tmp) = IS_STRING;
|
||||
Z_STRLEN_P(tmp) = 0;
|
||||
sql_c_type = SQL_C_CHAR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue