Hi all!

I would like to know if it is possible to change the format of error and warning messages that PHP shows. Now my error notifications look like:

[Fatal error | Warning | ...]: <error> in <file> on line <line>.

It would be helpful for me that those messages included some additional information, like the output of print_r(debug_backtrace()). Is there any way to change those messages?

Thank you,
Germán

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



Reply via email to