Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31969 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88143 invoked by uid 1010); 29 Aug 2007 17:33:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88107 invoked from network); 29 Aug 2007 17:33:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2007 17:33:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:43361] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/C0-14462-3DDA5D64 for ; Wed, 29 Aug 2007 13:33:08 -0400 Received: from trainburn-lm-corp-yahoo-com.local (c-24-6-228-50.hsd1.ca.comcast.net [24.6.228.50]) (authenticated bits=0) by mail.lerdorf.com (8.14.1/8.14.1/Debian-9) with ESMTP id l7THX3Zq030057 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Aug 2007 10:33:04 -0700 Message-ID: <46D5ADB6.3050300@lerdorf.com> Date: Wed, 29 Aug 2007 10:32:38 -0700 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Cristian Rodriguez CC: internals@lists.php.net References: <46D299AE.6000404@pooteeweet.org> <698DE66518E7CA45812BD18E807866CE9AAC79@us-ex1.zend.net> <7d5a202f0708281446m56086ef5vd2c3710cd0f564f3@mail.gmail.com> In-Reply-To: <7d5a202f0708281446m56086ef5vd2c3710cd0f564f3@mail.gmail.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91.2/4106/Wed Aug 29 07:32:42 2007 on colo.lerdorf.com X-Virus-Status: Clean Subject: Re: [PHP-DEV] What should be in 5.3? From: rasmus@lerdorf.com (Rasmus Lerdorf) Cristian Rodriguez wrote: > On 8/27/07, Andi Gutmans wrote: >> I think we're still far away from a working garbage collector which is >> production quality. > > > Im sure it has bugs, but last time I tested the "circular" repository > it was working really fine and the save of memory was really big ;-) What sort of script did you save a lot of memory on? It takes some very specific code for you to see noticable savings with this. -Rasmus