Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23497 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13293 invoked by uid 1010); 16 May 2006 23:56:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13274 invoked from network); 16 May 2006 23:56:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2006 23:56:17 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:59975] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id AE/FA-19568-1A66A644 for ; Tue, 16 May 2006 19:56:17 -0400 Received: from baumbart.mbo (dslb-084-063-059-004.pools.arcor-ip.net [84.63.59.4]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 60BCD35C1DC for ; Wed, 17 May 2006 01:56:13 +0200 (CEST) Date: Wed, 17 May 2006 01:56:19 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1105472509.20060517015619@marcus-boerger.de> To: PHP Internals List In-Reply-To: <13310440138.20060517015036@marcus-boerger.de> References: <6C67DAD9-B812-415A-BFD6-A4E963371551@prohost.org> <13310440138.20060517015036@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Flamewar Summary From: helly@php.net (Marcus Boerger) Hello Ilia, second try of second part this time using static. I guess i need sleep. Wednesday, May 17, 2006, 1:26:37 AM, you wrote: > Addition of support for dynamic statics ala: class foo {} foo::$bar = 1; -1 If we go that road i suggest we simply drop support for STATIC. Fixing the issues we will run into is quite impossible and even if it were it would lead to a slower php. A php that doesn't support STATIC at all would on the other hand be quite a bit faster. Best regards, Marcus p.s: And no, i wouldn't take it personally if someone reverts all my stuff as long as it is decided by the RM. I would simply whine for the around 50 hours of unpaid work :-)