Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23500 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46260 invoked by uid 1010); 17 May 2006 00:47:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46245 invoked from network); 17 May 2006 00:47:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2006 00:47:29 -0000 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.166.176 py-out-1112.google.com Linux 2.4/2.6 Received: from ([64.233.166.176:59720] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E4/80-19568-0A27A644 for ; Tue, 16 May 2006 20:47:29 -0400 Received: by py-out-1112.google.com with SMTP id m51so123955pye for ; Tue, 16 May 2006 17:47:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CQjkN7AC2AqZkd4VngV2TZtaKptYnnJlPV0/cNYLW0Lls3wFuBqMwIrCfZw+Wddvqm+qYSTW3oMqc0QfFdw7iG0vp0Tn6g0d5t+wfCsUO1gsqeupqCbqBbOreIlz1btygpEU3Hr8/ogXKBeTIUauPukBR+1mp6Dj1K2PRD9wxQg= Received: by 10.35.113.12 with SMTP id q12mr448628pym; Tue, 16 May 2006 17:47:25 -0700 (PDT) Received: by 10.35.40.20 with HTTP; Tue, 16 May 2006 17:47:25 -0700 (PDT) Message-ID: <4e89b4260605161747j72a47907he6e726c38afe3972@mail.gmail.com> Date: Tue, 16 May 2006 20:47:25 -0400 To: "Ilia Alshanetsky" Cc: "PHP Internals List" In-Reply-To: <6C67DAD9-B812-415A-BFD6-A4E963371551@prohost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6C67DAD9-B812-415A-BFD6-A4E963371551@prohost.org> Subject: Re: [PHP-DEV] Flamewar Summary From: kingwez@gmail.com ("Wez Furlong") On 5/16/06, Ilia Alshanetsky wrote: > Inclusion of E_STRICT and E_RECOVERABLE_ERROR into E_ALL -1 > Addition of support for dynamic statics ala: class foo {} foo::$bar =3D 1= ; -1. --Wez.