PEAR is archived and read-only

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

Home » Database » DBA » Bug #4664

dba_* function in Buitin.php show warning

Details

Submitted2005-06-23 04:44 UTC
Fromroux at dot-wired dot org
Assigneddavidc
StatusClosed
PackageDBA
PHP Version4.3.10
OSDebian Linux (Sarge)
Roadmaps(Not assigned)

Comments

[2005-06-23 04:44 UTC] roux at dot-wired dot org

Description:
------------
in DBA/Driver/Builtin.php dba_* function display warning message if error.
I think it's better hide this message to handle Pear Error Object.

--
$this->_dba = dba_open($dbName, $mode, $this->_driver);
$this->_dba = @dba_open($dbName, $mode, $this->_driver);