Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34086 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20254 invoked by uid 1010); 18 Dec 2007 17:20:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20222 invoked from network); 18 Dec 2007 17:20:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Dec 2007 17:20:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.94.239.7 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.7 mail.jdi-ict.nl Linux 2.6 Received: from [82.94.239.7] ([82.94.239.7:41213] helo=mail.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/96-13895-F4108674 for ; Tue, 18 Dec 2007 12:20:16 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id lBIHK2Qi006965; Tue, 18 Dec 2007 18:20:03 +0100 Date: Tue, 18 Dec 2007 18:20:04 +0100 (CET) X-X-Sender: derick@kossu.ez.no To: Andi Gutmans cc: Dmitry Stogov , PHP Developers Mailing List In-Reply-To: <698DE66518E7CA45812BD18E807866CE01081ADE@us-ex1.zend.net> Message-ID: 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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: RE: [PHP-DEV] Garbage collector patch From: derick@php.net (Derick Rethans) 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