From: Frank M. Kromann Date: Tue, 28 Sep 2004 18:38:29 +0000 (+0000) Subject: Fix compilation X-Git-Tag: PRE_NEW_VM_GEN_PATCH~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81c8d3132b2d8d7ff2da85ace03ace61da0372d5;p=php Fix compilation --- diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index c0d20b3845..c836653978 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -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); } /* }}} */