Re: php error handling with apache
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2008 12:12:13 -0500
Rytis wrote:
hi. php has error handling and that's great. but it can't handle
serious errors like E_PARSE. set_error_handler nor
register_shutdown_function can't handle this. is there any other way
to do this with php? or maybe that may be done somehow with apache?
thank you. sorry, if this should be in apache conf...
AFAIK, syntax errors are fatal in any language, and there's no way to handle those errors.
It's why you need a development system - to get the bugs out before making it public.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- php error handling with apache
- From: Rytis
- php error handling with apache
- Prev by Date: php error handling with apache
- Next by Date: Re: www.phpdoc.org is down
- Previous by thread: php error handling with apache
- Next by thread: Re: php error handling with apache
- Index(es):
Relevant Pages
|