From:             [EMAIL PROTECTED]
Operating system: Windows 98
PHP version:      4.1.1
PHP Bug Type:     ODBC related
Bug description:  odbc_fetch_into

When I try to use function odbc_fetch_into() in this way:

$r=odbc_fetch_into($rid, 1, $result);

I see bug report: "Only variables can be passed by reference..."

This works:
$g=1;
$r=odbc_fetch_into($rid, $g, $result);

When I worked with previous version of PHP (4.0.6) this script worked
correctly.
Please help me.
-- 
Edit bug report at http://bugs.php.net/?id=16267&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16267&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16267&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16267&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16267&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16267&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16267&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16267&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16267&r=submittedtwice

Reply via email to