On Sat, Feb 14, 2015 at 1:09 AM, Yasuo Ohgaki <[email protected]> wrote:
> Hi Nikita, > > On Tue, Oct 7, 2014 at 6:53 AM, Nikita Popov <[email protected]> wrote: > >> As such I'm re-proposing this RFC for inclusion in PHP 7: >> >> https://wiki.php.net/rfc/engine_exceptions_for_php7 >> >> The RFC text is essentially the same as previously, with the primary >> difference being that parse errors are now converted to exceptions as >> well. >> This was previously not possible due to limitations in the compiler >> design. >> > > Are E_WARNING, etc future scope? > I briefly looked the patch. It seems it covers only engine errors. > I suppose it's the scope of this RFC, though. > If API is made adoptable to modules for E_WARNING, etc, it would be > great. > This RFC is strictly about fatal and recoverable fatal errors. Changing any other error types to exceptions would be a significant backwards-compatibility break. Nikita > Anyway, +1 > > Regards, > > -- > Yasuo Ohgaki > [email protected] >
