Re: [PHP] PHP5 CLI Custom Error Reporting Doesn't Work as Expected

2004-10-24 Thread Curt Zirzow
* Thus wrote Daniel Talsky: >... > The main problem is that when I try something like a failed require() > statement, my custom error reporting function tells me it got an > E_WARNING, but it stops program execution, which is not what the docs > say it should do. > > When I try some other fatal er

[PHP] PHP5 CLI Custom Error Reporting Doesn't Work as Expected

2004-10-24 Thread Daniel Talsky
Included is my reproduce code. I'm trying to write a custom error logger for my PHP CLI script. The main problem is that when I try something like a failed require() statement, my custom error reporting function tells me it got an E_WARNING, but it stops program execution, which is not what the d