On Fri, Apr 24, 2015 at 12:24 PM, Olivier Garcia <oliviergarcia@php.net>
wrote:
> Greetings Internals,
>
> A few weeks ago, Patrick (patrickallaert@php.net) and I wrote a RFC
> [1] to improve the error callback mechanism and we just submitted a
> patch [2] - mostly written by Patrick - for review.
>
> Since our patch only modifies PHP's inner working and does nothing on
> the userland, we think it could be merged in PHP 7 and that the vote
> could be done using the 50% + 1 rule.
> Feel free to tell us if you're uncomfortable with it.
>
> If no problem is reported, we'll open the vote next week.
>
I am very much in favour of this RFC. Hooking into the error handlers is a
bit tricky right now when you have to assume that xdebug fiddles with your
own hook.