Home > Archive > PHP Documentation > May 2006 > Re: [PHP-DOC] Documenting E_RECOVERABLE_ERROR
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-DOC] Documenting E_RECOVERABLE_ERROR
|
|
| Hannes Magnusson 2006-05-22, 7:01 pm |
| Hi Brian
http://www.php.net/~derick/meeting-...rrors-should-b=
e-marked-in-extensions-as-e-recoverable-error
Think this document explains the new error level quite well.
The only thing I have to add to it is; if the error isn't caught
(within user defined error handler) it behaves as E_ERROR (i.e.
terminates the script).
There are many extension that still need to be changed, but I guess we
can start documenting those who have.
It'd be neat if we could document all errors issued within each
function in the way.
-Hannes
On 5/22/06, Brian Moon <brianm@dealnews.com> wrote:
> Hi,
>
> Does anyone have plans to document this soon? I would if I knew
> precisely what it means/does. My lack of knowledge about the new error
> level is what led me to the docs.
>
> Thanks,
>
> --
>
> Brian Moon
> -------------
> http://dealnews.com/
> Its good to be cheap =3D)
>
| |
|
|
|
|
|