Connecting Tech Pros Worldwide Help | Site Map

Output "parse" errors to a log file of my choice?

  #1  
Old August 24th, 2005, 05:05 PM
Robert Oschler
Guest
 
Posts: n/a
How can I get "parse" errors, not runtime errors, output to a log file of my
choice (and preferably in a format I can choose)? I'm running PHP4.

Thanks.


  #2  
Old August 24th, 2005, 05:35 PM
Steve
Guest
 
Posts: n/a

re: Output "parse" errors to a log file of my choice?


[color=blue]
> How can I get "parse" errors, not runtime errors, output to a log file of my
> choice (and preferably in a format I can choose)? I'm running PHP4.[/color]

ErrorHandler, by Gyozo Papp
<http://www.phpclasses.org/browse/file/1159.html> is excellent. You
will probably want to modify the output formats.

---
Steve

Closed Thread