Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23524 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7942 invoked by uid 1010); 17 May 2006 09:23:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7927 invoked from network); 17 May 2006 09:23:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2006 09:23:37 -0000 X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:23817] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 03/11-19568-79BEA644 for ; Wed, 17 May 2006 05:23:36 -0400 Received: (qmail 3843 invoked from network); 17 May 2006 09:23:22 -0000 Received: from localhost (HELO zeev-notebook.zend.com) (127.0.0.1) by localhost with SMTP; 17 May 2006 09:23:22 -0000 Message-ID: <7.0.1.0.2.20060517121523.06f8eaf8@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Wed, 17 May 2006 12:23:32 +0300 To: Ilia Alshanetsky Cc: PHP Internals List In-Reply-To: <6C67DAD9-B812-415A-BFD6-A4E963371551@prohost.org> References: <6C67DAD9-B812-415A-BFD6-A4E963371551@prohost.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Flamewar Summary From: zeev@zend.com (Zeev Suraski) At 02:26 17/05/2006, Ilia Alshanetsky wrote: >There are 2 PHP 5.2 changes there has been a lot of back and forth >flaming going around and we need to finally come to a decision about. > >The two topics are: > >Inclusion of E_STRICT and E_RECOVERABLE_ERROR into E_ALL -1 >Addition of support for dynamic statics ala: class foo {} foo::$bar = 1; -1