Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28884 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28258 invoked by uid 1010); 17 Apr 2007 12:52:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28242 invoked from network); 17 Apr 2007 12:52:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Apr 2007 12:52:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.171 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 66.249.92.171 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.171] ([66.249.92.171:55177] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/54-14509-103C4264 for ; Tue, 17 Apr 2007 08:52:19 -0400 Received: by ug-out-1314.google.com with SMTP id o4so155775uge for ; Tue, 17 Apr 2007 05:52:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eyAwwspDUzppEbJk4lLUtRPEaqr0GdErVAChg+oCH/DvGkZGTN+d/jBUrLQHxGY+fyySwFwO8IvwIVyjFUSD6+dtkUkyuBA2L4fIdCia7c+xhcqOrFO9c2uXMdA5cKmeKi2FjQQ086fOUhzqvuXQOMOLooba/r3pAEfWYv4x854= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dIpTB7bH3Nnegmoj0Ua1e8oj8zXpXJXKNCYE4SKNTqtH53xQHOUsK93TeBn8bQMm6W9F3Vb0RS5sdrjq5QnbAJNLoxdqKY6obkvFTevyKdkT7S1UCW7fXKAafX87gm8/y5erXYHSIkTvJSNKT2t7BNSIPo5d9wc5DzDDLVMCmd8= Received: by 10.82.120.14 with SMTP id s14mr116700buc.1176814334391; Tue, 17 Apr 2007 05:52:14 -0700 (PDT) Received: by 10.82.105.16 with HTTP; Tue, 17 Apr 2007 05:52:14 -0700 (PDT) Message-ID: <7f3ed2c30704170552g7ab567bdhba64b2f1580b2c75@mail.gmail.com> Date: Tue, 17 Apr 2007 14:52:14 +0200 To: "Lukas Kahwe Smith" Cc: internals@lists.php.net In-Reply-To: <4624C05F.3060506@pooteeweet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <461E4437.2090105@pooteeweet.org> <46248872.3050503@pooteeweet.org> <4624C05F.3060506@pooteeweet.org> Subject: Re: [PHP-DEV] PHP6 todo list (E_STRICT in E_ALL) From: hannes.magnusson@gmail.com ("Hannes Magnusson") On 4/17/07, Lukas Kahwe Smith wrote: > Hey, > > I have a few more questions: > > Other Additions/Changes: > > 7. add E_STRICT to E_ALL DONE (dmitry) > > Currently the plan is to split E_STRICT into E_STRICT and E_DEPRECATED > in PHP 5.3. Once we do that I think this change should be adjusted to > only include E_DEPRECATED in E_ALL and not E_STRICT. Or whats the POV here? My dictionary says that "all" means *all*, not "all except this and this and sometimes not that". -Hannes > > regards, > Lukas > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >