Re: [PHP-DEV] [RFC] E_USER_DEPRECATED

2008-07-20 Thread James Dempster
+1 from me in PHP 5.3 deprecation notices have been split of from E_STRICT into E_DEPRECATED On Sun, Jul 20, 2008 at 6:45 AM, Nathan Nobbe [EMAIL PROTECTED] wrote: On Sat, Jul 19, 2008 at 4:55 AM, Lars Strojny [EMAIL PROTECTED] wrote: Hi everbody, regarding my mail from yesterday, I've

Re: [PHP-DEV] [RFC] E_USER_DEPRECATED

2008-07-20 Thread Gwynne Raskind
On Jul 19, 2008, at 6:55 AM, Lars Strojny wrote: Hi everbody, regarding my mail from yesterday, I've also created an RFC for the new error level. http://wiki.php.net/rfc/e-user-deprecated-warning cu, Lars A large +1 from me too. -- Gwynne, Daughter of the Code This whole world is an asylum

Re: [PHP-DEV] [RFC] E_USER_DEPRECATED

2008-07-20 Thread Nathan Nobbe
On Sun, Jul 20, 2008 at 2:02 PM, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: On 20.07.2008, at 07:45, Nathan Nobbe wrote: On Sat, Jul 19, 2008 at 4:55 AM, Lars Strojny [EMAIL PROTECTED] wrote: Hi everbody, regarding my mail from yesterday, I've also created an RFC for the new error

Re: [PHP-DEV] [RFC] E_USER_DEPRECATED

2008-07-20 Thread Lukas Kahwe Smith
On 20.07.2008, at 22:19, Nathan Nobbe wrote: and anyway, there are other examples as well, for example mktime(), PHP Strict standards: mktime(): You should be using the time() function instead in ... would this be another candidate to port to E_DEPRECATED ? so i imagine there will be

Re: [PHP-DEV] [RFC] E_USER_DEPRECATED

2008-07-19 Thread Brian Moon
Lars Strojny wrote: Hi everbody, regarding my mail from yesterday, I've also created an RFC for the new error level. http://wiki.php.net/rfc/e-user-deprecated-warning cu, Lars +1 I loves me some trigger_error() and I like to deprecate things. Right now I generate an E_USER_WARNING which is

Re: [PHP-DEV] [RFC] E_USER_DEPRECATED

2008-07-19 Thread Pierre Joye
On Sat, Jul 19, 2008 at 12:55 PM, Lars Strojny [EMAIL PROTECTED] wrote: Hi everbody, regarding my mail from yesterday, I've also created an RFC for the new error level. http://wiki.php.net/rfc/e-user-deprecated-warning +1 Thanks for your work :-) -- Pierre http://blog.thepimp.net |

Re: [PHP-DEV] [RFC] E_USER_DEPRECATED

2008-07-19 Thread Daniel Brown
On Sat, Jul 19, 2008 at 7:41 PM, Pierre Joye [EMAIL PROTECTED] wrote: On Sat, Jul 19, 2008 at 12:55 PM, Lars Strojny [EMAIL PROTECTED] wrote: Hi everbody, regarding my mail from yesterday, I've also created an RFC for the new error level. +1 Sorry, I thought I'd already given my

Re: [PHP-DEV] [RFC] E_USER_DEPRECATED

2008-07-19 Thread Nathan Nobbe
On Sat, Jul 19, 2008 at 4:55 AM, Lars Strojny [EMAIL PROTECTED] wrote: Hi everbody, regarding my mail from yesterday, I've also created an RFC for the new error level. http://wiki.php.net/rfc/e-user-deprecated-warning i definitely like the E_USER_DEPRECATED :D im curious though, about