Re: [PHP-DEV] PHP6 todo list (E_STRICT in E_ALL)

2007-04-22 Thread Lukas Kahwe Smith
Christian Schneider wrote: I'm with Lukas there about the E_STRICT/E_DEPRECATED split but I'm not Feel like working up a patch for 5.3 for this? :) regards, Lukas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP6 todo list (E_STRICT in E_ALL)

2007-04-17 Thread Richard Lynch
On Tue, April 17, 2007 8:15 am, Hannes Magnusson wrote: > On 4/17/07, Christian Schneider <[EMAIL PROTECTED]> wrote: >> Hannes Magnusson wrote: >> >> 7. add E_STRICT to E_ALL DONE (dmitry) >> > >> > My dictionary says that "all" means *all*, not "all except this >> and >> > this and sometimes not t

Re: [PHP-DEV] PHP6 todo list (E_STRICT in E_ALL)

2007-04-17 Thread Christian Schneider
Hannes Magnusson wrote: >> 7. add E_STRICT to E_ALL DONE (dmitry) > > My dictionary says that "all" means *all*, not "all except this and > this and sometimes not that". E_ALL should have been called E_RECOMMENDED or E_DEFAULT to avoid this confusion but in reality changing E_ALL to include every

Re: [PHP-DEV] PHP6 todo list (E_STRICT in E_ALL)

2007-04-17 Thread Richard Quadling
On 17/04/07, Hannes Magnusson <[EMAIL PROTECTED]> wrote: On 4/17/07, Christian Schneider <[EMAIL PROTECTED]> wrote: > Hannes Magnusson wrote: > >> 7. add E_STRICT to E_ALL DONE (dmitry) > > > > My dictionary says that "all" means *all*, not "all except this and > > this and sometimes not that". >

Re: [PHP-DEV] PHP6 todo list (E_STRICT in E_ALL)

2007-04-17 Thread Lukas Kahwe Smith
Hey, I have a few more questions: Other Additions/Changes: 7. add E_STRICT to E_ALL DONE (dmitry) Currently the plan is to split E_STRICT into E_STRICT and E_DEPRECATED in PHP 5.3. Once we do that I think this change should be adjusted to only include E_DEPRECATED in E_ALL and not E_STRICT.

Re: [PHP-DEV] PHP6 todo list (E_STRICT in E_ALL)

2007-04-17 Thread Hannes Magnusson
On 4/17/07, Christian Schneider <[EMAIL PROTECTED]> wrote: Hannes Magnusson wrote: >> 7. add E_STRICT to E_ALL DONE (dmitry) > > My dictionary says that "all" means *all*, not "all except this and > this and sometimes not that". E_ALL should have been called E_RECOMMENDED or E_DEFAULT to avoid t

Re: [PHP-DEV] PHP6 todo list (E_STRICT in E_ALL)

2007-04-17 Thread Hannes Magnusson
On 4/17/07, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: Hey, I have a few more questions: Other Additions/Changes: 7. add E_STRICT to E_ALL DONE (dmitry) Currently the plan is to split E_STRICT into E_STRICT and E_DEPRECATED in PHP 5.3. Once we do that I think this change should be adjusted