Re: [PHP-DEV] Re: Fatal errors

2006-08-10 Thread Michael Walter
Hi, On 8/10/06, Derick Rethans <[EMAIL PROTECTED]> wrote: He wasn't talking about *undefined variables* at all. The variable *is* defined as private and calling that is ofcourse not allowed. I was talking about all kinds of errors which for no good reason are non-recoverable. Surely, the opera

Re: [PHP-DEV] Re: Fatal errors

2006-08-10 Thread Pierre
Hello, On 8/10/06, Derick Rethans <[EMAIL PROTECTED]> wrote: On Thu, 10 Aug 2006, Pierre wrote: > On 8/10/06, Michael Walter <[EMAIL PROTECTED]> wrote: > > Yeah. It is problematic that the application has no chance of dealing > > with the errors itself (consider e.g. php-shell which has to go g

Re: [PHP-DEV] Re: Fatal errors

2006-08-10 Thread Derick Rethans
On Thu, 10 Aug 2006, Pierre wrote: > On 8/10/06, Michael Walter <[EMAIL PROTECTED]> wrote: > > Yeah. It is problematic that the application has no chance of dealing > > with the errors itself (consider e.g. php-shell which has to go great > > lengths to prevent fatal errors from user code leading

Re: [PHP-DEV] Re: Fatal errors

2006-08-10 Thread Michael Walter
That doesn't justify the error being non-recoverable, though. Regards, Michael On 8/10/06, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: Pierre wrote: > Hello, > > On 8/10/06, Michael Walter <[EMAIL PROTECTED]> wrote: >> Yeah. It is problematic that the application has no chance of dealing >> w

Re: [PHP-DEV] Re: Fatal errors

2006-08-10 Thread Lukas Kahwe Smith
Pierre wrote: Hello, On 8/10/06, Michael Walter <[EMAIL PROTECTED]> wrote: Yeah. It is problematic that the application has no chance of dealing with the errors itself (consider e.g. php-shell which has to go great lengths to prevent fatal errors from user code leading to php-shell's terminati

Re: [PHP-DEV] Re: Fatal errors

2006-08-10 Thread Pierre
Hello, On 8/10/06, Michael Walter <[EMAIL PROTECTED]> wrote: Yeah. It is problematic that the application has no chance of dealing with the errors itself (consider e.g. php-shell which has to go great lengths to prevent fatal errors from user code leading to php-shell's termination, and still fa