Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23527 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20821 invoked by uid 1010); 17 May 2006 10:17:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20806 invoked from network); 17 May 2006 10:17:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2006 10:17:07 -0000 X-PHP-List-Original-Sender: dmitry@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:41193] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 2E/02-19568-128FA644 for ; Wed, 17 May 2006 06:17:06 -0400 Received: (qmail 3975 invoked from network); 17 May 2006 10:16:53 -0000 Received: from internal.zend.office (HELO thinkpad) (10.1.1.1) by internal.zend.office with SMTP; 17 May 2006 10:16:53 -0000 To: "'Ilia Alshanetsky'" , "'PHP Internals List'" Date: Wed, 17 May 2006 14:16:56 +0400 Message-ID: <000601c6799b$07c21710$6e02a8c0@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Importance: Normal In-Reply-To: <6C67DAD9-B812-415A-BFD6-A4E963371551@prohost.org> Subject: RE: [PHP-DEV] Flamewar Summary From: dmitry@zend.com ("Dmitry Stogov") References: <6C67DAD9-B812-415A-BFD6-A4E963371551@prohost.org> > Inclusion of E_STRICT and E_RECOVERABLE_ERROR into E_ALL I am not glad with E_RECOVERABLE_ERROR at all, but if it went into 5.2 it should be included into E_ALL, becouse in most cases it substitute E_ERROR messages. E_STRICT +0 E_RECOVERABLE_ERROR +1 > Addition of support for dynamic statics ala: class foo {} foo::$bar = 1; -1 Thanks. Dmitry.