[PHP] handle E_STRICT with own error handler

2004-05-27 Thread Bert Slagter
Hi, I tried to use my own error handler to handle all non-fatal errors. But to my surprise it seems to be impossible to handle E_STRICT level notices. I don't know whether this is by design, not yet implemented or a know bug that I overlooked - but it seems rather strange :). To reproduce: -

Re: [PHP] handle E_STRICT with own error handler

2004-05-27 Thread Curt Zirzow
* Thus wrote Bert Slagter ([EMAIL PROTECTED]): Hi, I tried to use my own error handler to handle all non-fatal errors. But to my surprise it seems to be impossible to handle E_STRICT level notices. I don't know whether this is by design, not yet implemented or a know bug that I