Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39117 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70047 invoked from network); 20 Jul 2008 20:23:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2008 20:23:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:39765] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/0B-33537-5DE93884 for ; Sun, 20 Jul 2008 16:23:49 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 03B241EBC016; Sun, 20 Jul 2008 20:24:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zUBSGs67ntCC; Sun, 20 Jul 2008 22:24:37 +0200 (CEST) Received: from [192.168.0.151] (77-57-23-243.dclient.hispeed.ch [77.57.23.243]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 91EE41EBC015; Sun, 20 Jul 2008 22:24:37 +0200 (CEST) Cc: "Lars Strojny" , internals@lists.php.net Message-ID: <8B0AFCD6-1D10-4EAF-927F-D0C31846AB9B@pooteeweet.org> To: "Nathan Nobbe" In-Reply-To: <7dd2dc0b0807201319m46f57595t13d5a44b1e12b579@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Date: Sun, 20 Jul 2008 22:22:23 +0200 References: <1216464955.1815.0.camel@localhost> <7dd2dc0b0807192245u2ec0ef7fw469b21ae3fc4f2f2@mail.gmail.com> <614DCEAD-CBB3-4D91-BFCF-CDC963D1C89E@pooteeweet.org> <7dd2dc0b0807201319m46f57595t13d5a44b1e12b579@mail.gmail.com> X-Mailer: Apple Mail (2.928.1) Subject: Re: [PHP-DEV] [RFC] E_USER_DEPRECATED From: mls@pooteeweet.org (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 some work to convert those E_STRICT errors regarding > deprecation to the new E_DEPRECATED level. maybe that should go > along w/ > the patch. as a matter of consistency, i think it would be best to > move all > E_STRICT errors regarding deprecation to E_DEPRECATED in a single > patch, > rather than a piecemeal fashion. someone already took care of this job. i presume its pretty complete, since all cases should be easily greppable. try out 5.3 and lets us know if you find any places that still need to be migrated. regards, Lukas Kahwe Smith mls@pooteeweet.org