Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26224 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50685 invoked by uid 1010); 24 Oct 2006 12:41:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50670 invoked from network); 24 Oct 2006 12:41:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Oct 2006 12:41:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=lsmith@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lsmith@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 212.112.227.169 cause and error) X-PHP-List-Original-Sender: lsmith@php.net X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from [212.112.227.169] ([212.112.227.169:45218] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/B6-30135-01A0E354 for ; Tue, 24 Oct 2006 08:41:54 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 28329DF00D3; Tue, 24 Oct 2006 14:41:50 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (flottensignalgeber [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07427-02; Tue, 24 Oct 2006 14:41:47 +0200 (CEST) Received: from [127.0.0.1] (i577B67EF.versanet.de [87.123.103.239]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 16AC2DF0106; Tue, 24 Oct 2006 14:41:47 +0200 (CEST) Message-ID: <453E0A06.1020802@php.net> Date: Tue, 24 Oct 2006 14:41:42 +0200 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: RQuadling@GoogleMail.com Cc: Marcus Boerger , internals@lists.php.net References: <1485570655.20061023210857@marcus-boerger.de> <10845a340610240139q570dddf1t6a50a7d0309803f2@mail.gmail.com> In-Reply-To: <10845a340610240139q570dddf1t6a50a7d0309803f2@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] [RFC] E_DEPRECATED From: lsmith@php.net (Lukas Kahwe Smith) Richard Quadling wrote: > +1 - As an aside, it would be extremely useful to have the PEAR > classes marked as NON strict (in some way) until they are. I know this > is outside of the core, but using E_STRICT already means you have to > toggle off E_STRICT for PEAR. MAYBE STRICT (e.g. strict class PEAR > {...}) as a new keyword for a class, just so that you know that it IS > strict (or at least expecting to be). heh .. no that would not be useful .. it would be lying. PEAR already has decided on an RFC that will mandate PHP5 only for new packages soon. Also PEAR mandates E_STRICT compliance for PHP5 only packages. So time will fix this issue. regards, Lukas