X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqres.c;h=3b5d6bff0216893b5ff4a6bdd77269e40d193a4c;hb=9255d2d54bca41644cf3588e4e4259a1855b58d7;hp=de33fd2d70325949adce56e9cae6f68c1588d7ea;hpb=316c62ff1038faa62e4ed5fc3c8c82347d277e4c;p=m6w6%2Fext-pq diff --git a/src/php_pqres.c b/src/php_pqres.c index de33fd2..3b5d6bf 100644 --- a/src/php_pqres.c +++ b/src/php_pqres.c @@ -670,7 +670,7 @@ static PHP_METHOD(pqres, fetchCol) { RETVAL_FALSE; } else { zval_dtor(zref); - ZVAL_ZVAL(zref, *zres, 1, 1); + ZVAL_ZVAL(zref, *zres, 1, 0); RETVAL_TRUE; } }