[PHP] PEAR_Error reporting

2012-03-21 Thread Karl-Arne Gjersøyen
Hello. I ran into trouble with a PEAR module and got only a blank (empty) page after filling in a loginform with PEAR::Auth I have error reporting in php.ini that create ordinary error message on my CentOS box, but it do not write error message when using PEAR. In a book I have is PEAR_Error mentio

Re: [PHP] PEAR_Error

2001-04-16 Thread Ulf Wendel
"Boget, Chris" schrieb: > > Is there any sample code for the above PEAR > class around anywhere? You should ask this on the dedicated pear-general list. Examples are all over in the PEAR source. I preferr to use a simple wrapper for it like http://cvs.php.net/viewcvs.cgi/php4/pear/Cache/Error.

[PHP] PEAR_Error

2001-04-16 Thread Boget, Chris
Is there any sample code for the above PEAR class around anywhere? Chris