PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » MDB » Bug #1751

use of undefined variable in MDB/Common.php:3654

Details

Submitted2004-06-30 15:27 UTC
Fromdavid dot rech at virusmedia dot de
Assignedquipo
StatusClosed
PackageMDB
PHP Version4.3.7
OSGentoo/Linux
Roadmaps(Not assigned)

Comments

[2004-06-30 15:27 UTC] david dot rech at virusmedia dot de

Description:
------------
MDB/Common.php, Line 3654

$this->highest_fetched_row[$result_value] = max($this->highest_fetched_row[$result_value], $row);

DB_Common::fetchInto() would'nt work as expected with $rownum !== NULL in drivers that do not redefine this method with correct variable name (seems that most drivers however do).

$row was surely meant to be $rownum.