I think that error_get_last() makes sense, but not the other
two. You can fairly easily implement that using an error handler if
you'd like, and as Andi said, keeping track of all of the errors that
happened on a production server doesn't make sense from a performance
(and possibly even memory
[PHP-DEV] More valuable error message handling
>
> Hi,
>
> I think many people agree that PHPs means for a developer to
> get the last error message(s) are way suboptimal.
>
> INI(track_errors) and $php_errormsg or hacking some error
> handler magic are--despite sep. ext
Hi,
I think many people agree that PHPs means for a developer to
get the last error message(s) are way suboptimal.
INI(track_errors) and $php_errormsg or hacking some error
handler magic are--despite sep. extension facilities--the
only one that come to mind, both cumbersome and unintuitive.
I