Re: [PHP-DEV] execution on errors

2004-04-16 Thread Derick Rethans
On Fri, 16 Apr 2004, Enrico Weigelt wrote: > I've often got the problem that a larger application behaves unclear > if some of the include()'d/require()'ed scripts has some syntax error. > It seems that the all the code is executed until this require-statement > where the parse fails. If its an in

[PHP-DEV] execution on errors

2004-04-16 Thread Enrico Weigelt
Hi folks, I've often got the problem that a larger application behaves unclear if some of the include()'d/require()'ed scripts has some syntax error. It seems that the all the code is executed until this require-statement where the parse fails. If its an include() then it seems execution procee