RE: [PHP-DEV] Re: [RFC] E_DEPRECATED

2006-10-26 Thread Mike Robinson
I myself wrote: > Christian Schneider writes: > > Another idea (I haven't seen skimming through the replies): > > Move use of undefined variable, property and index from E_NOTICE to > > E_STRICT as it is a coding style question some people use to find > > typos. > > IMHO it's more than just a co

RE: [PHP-DEV] Re: [RFC] E_DEPRECATED

2006-10-25 Thread Mike Robinson
Christian Schneider writes: > Another idea (I haven't seen skimming through the replies): > Move use of undefined variable, property and index from > E_NOTICE to E_STRICT as it is a coding style question some > people use to find typos. IMHO it's more than just a coding style used to find typos.

Re: [PHP-DEV] Re: [RFC] E_DEPRECATED

2006-10-25 Thread Christian Schneider
Richard Lynch wrote: On Wed, October 25, 2006 9:56 am, Christian Schneider wrote: Another idea (I haven't seen skimming through the replies): Move use of undefined variable, property and index from E_NOTICE to E_STRICT as it is a coding style question some people use to find typos. I'd be tota

Re: [PHP-DEV] Re: [RFC] E_DEPRECATED

2006-10-25 Thread Richard Lynch
On Wed, October 25, 2006 9:56 am, Christian Schneider wrote: > Another idea (I haven't seen skimming through the replies): > Move use of undefined variable, property and index from E_NOTICE to > E_STRICT as it is a coding style question some people use to find > typos. I'd be totally -1 on that...

Re: [PHP-DEV] Re: [RFC] E_DEPRECATED

2006-10-23 Thread Robert Cummings
On Mon, 2006-10-23 at 21:29 +0200, Pierre wrote: > On Mon, 23 Oct 2006 21:08:57 +0200 > [EMAIL PROTECTED] (Marcus Boerger) wrote: > > > Hello internals, > > > > after recent discussions (over the last three months)I finally made > > up my mind over E_STRICT, deprecation warnings and OOP > > mes