mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
Fix compilation
This commit is contained in:
parent
454b9659c5
commit
81c8d3132b
@ -1795,7 +1795,7 @@ PHP_FUNCTION(mssql_result)
|
||||
}
|
||||
|
||||
*return_value = result->data[Z_LVAL_PP(row)][field_offset];
|
||||
ZVAL_COPY_CTOR(return_value);
|
||||
zval_copy_ctor(return_value);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user