Home » Database » DBA » Bug #4664
dba_* function in Buitin.php show warning
Details
| Submitted | 2005-06-23 04:44 UTC |
|---|---|
| From | roux at dot-wired dot org |
| Assigned | davidc |
| Status | Closed |
| Package | DBA |
| PHP Version | 4.3.10 |
| OS | Debian 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);