Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23525 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11636 invoked by uid 1010); 17 May 2006 09:36:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11621 invoked from network); 17 May 2006 09:36:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2006 09:36:48 -0000 X-PHP-List-Original-Sender: mark@cyanox.nl X-Host-Fingerprint: 80.57.240.104 g240104.upc-g.chello.nl Linux 2.4/2.6 Received: from ([80.57.240.104:55123] helo=g240104.upc-g.chello.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id EC/51-19568-FAEEA644 for ; Wed, 17 May 2006 05:36:48 -0400 Received: (qmail 15383 invoked by uid 1002); 17 May 2006 11:36:43 +0200 Received: from 213.132.212.246 by server2 (envelope-from , uid 89) with qmail-scanner-1.25-st-qms (clamdscan: 0.83/705. perlscan: 1.25-st-qms. Clear:RC:0(213.132.212.246):. Processed in 0.149843 secs); 17 May 2006 09:36:43 -0000 X-Antivirus-ttzn.nl-Mail-From: mark@cyanox.nl via server2 X-Antivirus-ttzn.nl: 1.25-st-qms (Clear:RC:0(213.132.212.246):. Processed in 0.149843 secs Process 15376) Received: from unknown (HELO ?10.134.233.54?) (mark@ttzn.nl@213.132.212.246) by g240104.upc-g.chello.nl with AES256-SHA encrypted SMTP; 17 May 2006 11:36:42 +0200 Message-ID: <446AEEAA.1090007@cyanox.nl> Date: Wed, 17 May 2006 11:36:42 +0200 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: PHP Internals List , Ilia Alshanetsky References: <6C67DAD9-B812-415A-BFD6-A4E963371551@prohost.org> In-Reply-To: <6C67DAD9-B812-415A-BFD6-A4E963371551@prohost.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Flamewar Summary From: mark@cyanox.nl (Mark Sanders) Ilia Alshanetsky wrote: > Inclusion of E_STRICT and E_RECOVERABLE_ERROR into E_ALL -1 Changing the behavior of error reporting can have some implications on servers where it is intended to not show errors at least with E_STRICT errors. > Addition of support for dynamic statics ala: class foo {} foo::$bar = 1; +1 This would allow for more dynamic code and since in the non static context it is already allowed I see no reason to not allow it in static context.