Re: [PHP-DEV] E_USER_DEPRECATED

2008-07-21 Thread Richard Quadling
2008/7/21 Hannes Magnusson <[EMAIL PROTECTED]> > On Mon, Jul 21, 2008 at 10:14, Lukas Kahwe Smith <[EMAIL PROTECTED]> > wrote: > > > > On 18.07.2008, at 23:29, Lars Strojny wrote: > > > >> Hello, > >> > >> I've create a patch to introduce E_USER_DEPRECATED for user level > >> deprecation warnings.

Re: [PHP-DEV] E_USER_DEPRECATED

2008-07-21 Thread Hannes Magnusson
On Mon, Jul 21, 2008 at 10:14, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: > > On 18.07.2008, at 23:29, Lars Strojny wrote: > >> Hello, >> >> I've create a patch to introduce E_USER_DEPRECATED for user level >> deprecation warnings. I think the purpose is fairly obvious and it >> corresponds with

Re: [PHP-DEV] E_USER_DEPRECATED

2008-07-21 Thread Lukas Kahwe Smith
On 18.07.2008, at 23:29, Lars Strojny wrote: Hello, I've create a patch to introduce E_USER_DEPRECATED for user level deprecation warnings. I think the purpose is fairly obvious and it corresponds with the rest of our user level errors (E_USER_ERROR, E_USER_WARNING). 5_3: http://lars.schokoke

[PHP-DEV] E_USER_DEPRECATED

2008-07-18 Thread Lars Strojny
Hello, I've create a patch to introduce E_USER_DEPRECATED for user level deprecation warnings. I think the purpose is fairly obvious and it corresponds with the rest of our user level errors (E_USER_ERROR, E_USER_WARNING). 5_3: http://lars.schokokeks.org/php/E_USER_DEPRECATED.diff HEAD: http://la