Home » Database » DB » Bug #2743
PEAR1.3.3 needs deconstructor
Details
| Submitted | 2004-11-12 19:28 UTC |
|---|---|
| From | houjo at emplex dot co dot jp |
| Assigned | danielc |
| Status | Bogus |
| Package | DB |
| PHP Version | 4.3.9 |
| OS | RedHat9 (linux) |
| Roadmaps | (Not assigned) |
Comments
[2004-11-12 19:28 UTC] houjo at emplex dot co dot jp
Description:
------------
PEAR 1.3.3 (stable) was released on 2004/10/28.
This PEAR needs deconstructor of DB_common or the children.
Now deconstructor does not exists. This occurs invalid connection resource as 'Unknown link', that is changed 'Pgsql link'.
Reproduce code:
---------------
--- DB/common_orig.php 2004-11-13 04:16:55.000000000 +0900
+++ DB/common.php 2004-11-13 04:17:56.000000000 +0900
@@ -152,6 +152,17 @@
}
// }}}
+ // {{{ deconstructor
+
+ /**
+ * Deconstructor
+ */
+ function _DB_common()
+ {
+ $this->_PEAR();
+ }
+
+ // }}}
// {{{ quoteString()
/**