Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32356 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42999 invoked by uid 1010); 17 Sep 2007 10:08:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42984 invoked from network); 17 Sep 2007 10:08:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2007 10:08:45 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 85.10.196.195 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 85.10.196.195 serveforce1.backendmedia.com Linux 2.6 Received: from [85.10.196.195] ([85.10.196.195:36337] helo=serveforce1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/B3-22480-C225EE64 for ; Mon, 17 Sep 2007 06:08:45 -0400 Received: from soitgoes.local (160-213.5-85.cust.bluewin.ch [85.5.213.160]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by serveforce1.backendmedia.com (Postfix) with ESMTP id 2F548122460B; Mon, 17 Sep 2007 12:16:14 +0200 (CEST) Message-ID: <46EE521B.2080702@pooteeweet.org> Date: Mon, 17 Sep 2007 12:08:27 +0200 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: David Wang CC: Stanislav Malyshev , Ilia Alshanetsky , PHP Developers Mailing List References: <1F69D3A2-0020-4B78-8B78-F4EE483ECC5D@prohost.org> <46EC6830.5060603@zend.com> <46ED4585.3070608@pooteeweet.org> <46ED776F.9080500@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-backendmedia-com-MailScanner-Information: Please contact the ISP for more information X-backendmedia-com-MailScanner: Found to be clean X-backendmedia-com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.109, required 6, AWL 0.01, RDNS_DYNAMIC 0.10) X-backendmedia-com-MailScanner-From: mls@pooteeweet.org X-Spam-Status: No Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List (Summary) From: mls@pooteeweet.org (Lukas Kahwe Smith) David Wang wrote: > 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 think this key point wasnt clear. I think most people thought GC would be enabled by default and could introduce BC issues. Since then my understanding of the issue has changed that its disabled by default and can be enabled via php.ini or a userland call .. regards, Lukas