PEAR is archived and read-only

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

Home » PEAR » PEAR » Bug #1359

usage of raiseError produce error

Details

Submitted2004-05-07 09:13 UTC
Fromceon2000 at freenet dot de
StatusNo Feedback
PackagePEAR
PHP Version4.3.6
OSSuSE 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