ID:               16267
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         ODBC related
 Operating System: Windows 98
 PHP Version:      4.1.1
 New Comment:

This is fixed in CVS. Please try the binary from www.php.net/~derick .
Please note that the functiobn is different too now:
int odbc_fetch_into ( int result_id, array result_array [, int
rownumber])

regards,
Derick


Previous Comments:
------------------------------------------------------------------------

[2002-03-25 14:13:33] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=16267&edit=1

Reply via email to