1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

fix build

This commit is contained in:
foobar
2005-12-06 00:54:11 +00:00
parent 879222732d
commit bb1be4efaf

View File

@@ -1354,7 +1354,7 @@ PHP_FUNCTION(sybase_result)
}
*return_value = *result->data[Z_LVAL_PP(row)][field_offset];
pval_copy_constructor(return_value);
zval_copy_ctor(return_value);
}
/* }}} */