Re: [PHP-DEV] handling non-fatal compile-time errors

2013-09-29 Thread Ferenc Kovacs
On Sun, Sep 29, 2013 at 4:59 PM, Ferenc Kovacs wrote: > > > > On Sun, Sep 29, 2013 at 2:02 PM, Nikita Popov wrote: > >> On Thu, Aug 8, 2013 at 5:11 PM, Ferenc Kovacs wrote: >> >>> Hi, >>> >>> I've just bumped into https://bugs.php.net/bug.php?id=65322 recently, >>> and I >>> would like you get s

Re: [PHP-DEV] handling non-fatal compile-time errors

2013-09-29 Thread Ferenc Kovacs
On Sun, Sep 29, 2013 at 2:02 PM, Nikita Popov wrote: > On Thu, Aug 8, 2013 at 5:11 PM, Ferenc Kovacs wrote: > >> Hi, >> >> I've just bumped into https://bugs.php.net/bug.php?id=65322 recently, >> and I >> would like you get some opinions on the issue. >> Personally I think that it is a really ba

Re: [PHP-DEV] handling non-fatal compile-time errors

2013-09-29 Thread Nikita Popov
On Thu, Aug 8, 2013 at 5:11 PM, Ferenc Kovacs wrote: > Hi, > > I've just bumped into https://bugs.php.net/bug.php?id=65322 recently, and > I > would like you get some opinions on the issue. > Personally I think that it is a really bad design to introduce > pedantic(E_STRICT) errors which can brea

Re: [PHP-DEV] handling non-fatal compile-time errors

2013-09-29 Thread Nikita Popov
On Thu, Aug 8, 2013 at 5:11 PM, Ferenc Kovacs wrote: > Hi, > > I've just bumped into https://bugs.php.net/bug.php?id=65322 recently, and > I > would like you get some opinions on the issue. > Personally I think that it is a really bad design to introduce > pedantic(E_STRICT) errors which can brea

Re: [PHP-DEV] handling non-fatal compile-time errors

2013-08-09 Thread Lester Caine
Ferenc Kovacs wrote: ps: on a related note, somehow I got the feeling that Lester complaining that E_STRICT errors fataling/crashing the application migrated to PHP 5.4 was related to this problem, and I'm a bit sad that we didn't managed to figure this out back then. I think I'm hitting the sa

[PHP-DEV] handling non-fatal compile-time errors

2013-08-08 Thread Ferenc Kovacs
Hi, I've just bumped into https://bugs.php.net/bug.php?id=65322 recently, and I would like you get some opinions on the issue. Personally I think that it is a really bad design to introduce pedantic(E_STRICT) errors which can break basic functionality of the engine (calling the registered autoload