summaryrefslogtreecommitdiff
path: root/ext/sybase/php_sybase_db.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-06 00:54:11 +0000
committerfoobar <sniper@php.net>2005-12-06 00:54:11 +0000
commitbb1be4efaf46b44900d605a2d2db80cfaf27f916 (patch)
tree29315aebd2a631dc7b8328f2dec120a246fbee82 /ext/sybase/php_sybase_db.c
parent879222732d1a665e1ad01b8f6ce8bd02b41b046c (diff)
downloadphp-git-bb1be4efaf46b44900d605a2d2db80cfaf27f916.tar.gz
fix build
Diffstat (limited to 'ext/sybase/php_sybase_db.c')
-rw-r--r--ext/sybase/php_sybase_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sybase/php_sybase_db.c b/ext/sybase/php_sybase_db.c
index ab2f6d4d96..69cfb67f6e 100644
--- a/ext/sybase/php_sybase_db.c
+++ b/ext/sybase/php_sybase_db.c
@@ -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);
}
/* }}} */