Connecting Tech Pros Worldwide Forums | Help | Site Map

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

Robert Oschler
Guest
 
Posts: n/a
#1: Aug 24 '05
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.



Steve
Guest
 
Posts: n/a
#2: Aug 24 '05

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