Home » PEAR » PEAR » Bug #1359
usage of raiseError produce error
Details
| Submitted | 2004-05-07 09:13 UTC |
|---|---|
| From | ceon2000 at freenet dot de |
| Status | No Feedback |
| Package | PEAR |
| PHP Version | 4.3.6 |
| OS | SuSE Linux 8.0 Enterprise Server |
| Roadmaps | (Not assigned) |
Comments
[2004-05-07 09:13 UTC] ceon2000 at freenet dot de
Description:
------------
I have extended an existing class with PEAR
If i call the method raiseError() i always get an error
Reproduce code:
---------------
$this->raiseError( $errorDesc, $errorCode, PEAR_ERROR_RETURN, null, $userInfo );
Actual result:
--------------
Fatal error: Cannot instantiate non-existent class: mysql in /usr/local/lib/php/PEAR.php on line 534