PEAR is archived and read-only

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

Home » Database » DB » Bug #37

Error in DB

Details

Submitted2003-09-26 11:38 UTC
Frominfo at georgy dot spb dot ru
StatusBogus
PackageDB
PHP Version4.3.3
OSLinux Debian
Roadmaps(Not assigned)

Comments

[2003-09-26 11:38 UTC] info at georgy dot spb dot ru

Description:
------------
The error is described below

Reproduce code:
---------------
$sql = 'SELECT * FROM `table`';
$res = DB::query( $sql );

$_res = DB::query( $res );

Actual result:
--------------
Warning: preg_match() expects parameter 2 to be string, object given in /var/www/php4/pear2/DB.php on line 376