Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34324 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65570 invoked by uid 1010); 3 Jan 2008 13:11:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65555 invoked from network); 3 Jan 2008 13:11:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2008 13:11:36 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:36669] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/C7-03591-50FDC774 for ; Thu, 03 Jan 2008 08:11:36 -0500 Received: (qmail 12130 invoked by uid 507); 3 Jan 2008 13:11:30 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@82.135.15.232) by mail4.netbeat.de with ESMTPA; 3 Jan 2008 13:11:30 -0000 To: Andi Gutmans Cc: Derick Rethans , Dmitry Stogov , PHP Developers Mailing List In-Reply-To: <698DE66518E7CA45812BD18E807866CE01081B33@us-ex1.zend.net> References: <698DE66518E7CA45812BD18E807866CEF88FDD@us-ex1.zend.net> <698DE66518E7CA45812BD18E807866CEF89334@us-ex1.zend.net> <47570A20.8070901@zend.com> <698DE66518E7CA45812BD18E807866CEF895BF@us-ex1.zend.net> <4757D355.2060705@zend.com> <4757DA73.5070308@zend.com> <47598BAB.1080808@zend.com> <476157A6.4070400@zend.com> <476646E0.5090608@zend.com> <4767DB03.7080306@zend.com> <698DE66518E7CA45812BD18E807866CE01081ADE@us-ex1.zend.net> <698DE66518E7CA45812BD18E807866CE01081B33@us-ex1.zend.net> Content-Type: text/plain Date: Thu, 03 Jan 2008 14:11:28 +0100 Message-ID: <1199365889.27543.41.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 (2.12.2-2.fc8) Content-Transfer-Encoding: 7bit Subject: RE: [PHP-DEV] Garbage collector patch From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Tue, 2007-12-18 at 09:57 -0800, Andi Gutmans wrote: > Uhm I meant 5.3. > I guess we can commit it but as you know, reverting this kind of stuff > later is a headache people don't like doing. With this patch it's not > too bad because besides the macros which are committed already it's mostly > isolated. So can anybody do the commit then? Thanks. > Only enough testing by people on the list will be able to give us > additional information re: to the merits of this patch and how we > should handle it. My hope people find it stable with negligible > performance impact so that we can always keep it compiled in by default. Right, and having it in CVS really helps having many people testing it in different environments. johannes > Andi > > > -----Original Message----- > > From: Derick Rethans [mailto:derick@php.net] > > Sent: Tuesday, December 18, 2007 9:20 AM > > To: Andi Gutmans > > Cc: Dmitry Stogov; PHP Developers Mailing List > > Subject: RE: [PHP-DEV] Garbage collector patch > > > > On Tue, 18 Dec 2007, Andi Gutmans wrote: > > > > > Derick Rethans wrote: > > > > > > > > Maybe we just should put it in cvs then? Then we won't have this > > issue > > > > and other people can test it more easily as well. > > > > > > The only problem with that is what if people get bad > > > benchmarks/results and we want to pull it out? It kind of defeats the > > > purpose to do this in a more structured way. Want us to commit it to > > a > > > branch? PHP 5.2.x? > > > > Neither of those solve the merging issues, so no, not to a branch or > > 5.2. It should just go to HEAD and PHP_5_3. *If* it seems to be really > > bad, we can always revert it later. > > > > regards, > > Derick