diff options
author | foobar <sniper@php.net> | 2005-12-06 00:54:15 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-06 00:54:15 +0000 |
commit | a3c0b190d1bd39fee6f96be68738d1dadc633161 (patch) | |
tree | 21746a22dcb9297fd78cc2b1dc97790eb3f32ea3 /ext/sybase/php_sybase_db.c | |
parent | 9e1c5a32a3ebea45a4876c6e89e81fbf7d7db6ac (diff) | |
download | php-git-a3c0b190d1bd39fee6f96be68738d1dadc633161.tar.gz |
MFH
Diffstat (limited to 'ext/sybase/php_sybase_db.c')
-rw-r--r-- | ext/sybase/php_sybase_db.c | 2 |
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); } /* }}} */ |