Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32355 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40437 invoked by uid 1010); 17 Sep 2007 10:01:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40421 invoked from network); 17 Sep 2007 10:01:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2007 10:01:27 -0000 Authentication-Results: pb1.pair.com header.from=planetbeing@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=planetbeing@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.186 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: planetbeing@gmail.com X-Host-Fingerprint: 64.233.182.186 nf-out-0910.google.com Received: from [64.233.182.186] ([64.233.182.186:64990] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/23-22480-6605EE64 for ; Mon, 17 Sep 2007 06:01:22 -0400 Received: by nf-out-0910.google.com with SMTP id e27so1153565nfd for ; Mon, 17 Sep 2007 03:01:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=tf7bLkxVGbTc/GDv1VTDDROCIzTQbe8lXoefXAsGfPg=; b=ZCG9CIyzbYg2T1qa3vzfWoop1Fzla48OvYf+oZJ8npmZsfRFXUrODQWqf0BTrbt8yJGXVC4Tow7CM6t05nBeLBwfqjtwW8DOYCrVcd0Eb+CLpivZ4KcGgzn5pc4fSfpwRFIyQv4XG02w7zoEHjTgXGV0zJobMs/a6nsCJy8BbOs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Yycbb2a+dYuRrNA1dKpMukLW4jkVZmE2/lGWXbW4GCvy5v0IJH6u+edIKVSVYpJX8YhPSlmg1jPQUJiaD0BVeJtDiWxhc3DuFqorRyQLCS/r+b6MnPtZdOJwfGtI9q1embFJLoT6C0evI0FAAAvpnrBe7gYMzDHGORPTdFiwd94= Received: by 10.78.183.8 with SMTP id g8mr2457810huf.1190023260387; Mon, 17 Sep 2007 03:01:00 -0700 (PDT) Received: by 10.78.135.4 with HTTP; Mon, 17 Sep 2007 03:01:00 -0700 (PDT) Message-ID: Date: Mon, 17 Sep 2007 18:01:00 +0800 To: "Stanislav Malyshev" Cc: "Ilia Alshanetsky" , "Lukas Kahwe Smith" , "PHP Developers Mailing List" In-Reply-To: <46ED776F.9080500@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1F69D3A2-0020-4B78-8B78-F4EE483ECC5D@prohost.org> <46EC6830.5060603@zend.com> <46ED4585.3070608@pooteeweet.org> <46ED776F.9080500@zend.com> Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List (Summary) From: planetbeing@gmail.com ("David Wang") Hey all, On 9/17/07, Stanislav Malyshev wrote: > So while I think making list and voting is great, I think we shouldn't > replace good old per-case consideration and discussion with arithmetics. > If we have clear winners and losers, it's fine, but in between we still > need to hear the case. I couldn't agree with this more. The vote was very helpful in narrowing the field of debate: Now there's only three things to be discussed and work can start on making ready the majority of 5.3. However, there were a lot of no-votes on those topics due to lack of information and further discussion would lead to a more informed decision. There probably should be a separate round of voting on just those three issues after some discussion. Speaking in particular about the GC :-), I know there hasn't been widespread review of it (only those who have downloaded my working copy from a separate repository) and I certainly don't think everyone who voted on it have actually played around with it. My personal opinion is that it is ready for 5.3 and should be put into 5.3. It is stable, end-users will not be affected unless they want to use it, extension writers should not even be affected, there is no performance degradation and it would help make PHP a much more credible language to use for anything that runs for longer than a web script. I've been bumping the prerequisite macro patch thread for so long to no avail that it's starting to get embarrassing. Could people take another look at it and tell me whether a vote between the two versions of it would now be appropriate? David