On 22.11.2007 06:12, Ken Stanley wrote: > I have > corrected my mistake so that it will use trigger_error() instead of throwing > an exception. However, in my Google searches I have noticed that there are a > lot of people having somewhat similar problems, but without an easy > solution. My feature request would be to include the filename and possibly > even the line number where this last exception was thrown from.
The execution phase is finished at the moment when exception handlers and shutdown functions are called. No script is executing -> no line & filename info anymore -> filename = Unknown, line = 0. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php