From 6081651c6547704ad84e0ee1201176c209a51e86 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Tue, 28 Sep 2004 18:39:22 +0000 Subject: [PATCH] MFH: Fix compilation --- ext/mssql/php_mssql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index 74a3fe3d1c..67e0963bc0 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); } /* }}} */ -- 2.40.0