Re: php error handling with apache
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2008 13:36:00 -0500
Iván Sánchez Ortega wrote:
Jerry Stuckle wrote:
AFAIK, syntax errors are fatal in any language, and there's no way to
handle those errors.
Hmm, not really. See HTML: HTML parsers can recover gracefully from badly
terminated code.
HTML is not a language.
It really depends on the compiler (or interpreter). However, developing a
grammar which can recover from errors is more difficult than one which
can't.
That said, if you're getting E_PARSE fatal errors, there is no way around
it. Fix your code, dammit!
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: php error handling with apache
- From: b.jeswine
- Re: php error handling with apache
- References:
- php error handling with apache
- From: Rytis
- Re: php error handling with apache
- From: Jerry Stuckle
- php error handling with apache
- Prev by Date: Re: www.phpdoc.org is down
- Next by Date: Re: php error handling with apache
- Previous by thread: Re: php error handling with apache
- Next by thread: Re: php error handling with apache
- Index(es):