On Wed, 8 Jan 2003 08:28:58 +1100, you wrote:

>> hi there i am trying to build a ustom error handler for the pear db aswell
>> as catch fatal and parse errors , unfortunatly the pear  db error message
>> wont give me back the file and the line where the error is, how can i
>> determine the line and file where the error is caused ufortunatly the
>> callback funtion with the params $errfile and $errline return the file
>that
>> contains the trigger not the script itself !

If you're running PHP 4.3.0 use debug_backtrace() inside your custom
error handler to trace the error.  If you're not running PHP 4.3.0
consider upgrading, because debug_backtrace() is a lifesaver.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to