PEAR is archived and read-only

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

Home » Database » MDB » Bug #764

Wrong test mysql.php v1.80.4.9

Details

Submitted2004-02-16 02:03 UTC
Fromthierry dot bo at netcourrier dot com
Assignedlsmith
StatusClosed
PackageMDB
PHP Version4.3.2
OSwin32XP
Roadmaps(Not assigned)

Comments

[2004-02-16 02:03 UTC] thierry dot bo at netcourrier dot com

Description:
------------
Hi,

it seems line 371 when you silenced native mysql functions, that you reversed the test :

if (!mysql_query('SET AUTOCOMMIT = 0', $this->connection))

becomes :

if (@mysql_query('SET AUTOCOMMIT = 0', $this->connection))

--
Thierry Bothorel