Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7094 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49532 invoked by uid 1010); 14 Jan 2004 12:33:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 49470 invoked from network); 14 Jan 2004 12:33:24 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 14 Jan 2004 12:33:24 -0000 Received: (qmail 16223 invoked from network); 14 Jan 2004 12:33:22 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by mail.zend.com with SMTP; 14 Jan 2004 12:33:22 -0000 Message-ID: <5.1.0.14.2.20040114143138.02ff08c0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 14 Jan 2004 14:33:20 +0200 To: Andrey Hristov ,internals@lists.php.net In-Reply-To: <4005338A.70607@hristov.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Brachning PHP5_0 from HEAD From: andi@zend.com (Andi Gutmans) References: <4005338A.70607@hristov.com> At 01:18 PM 1/14/2004 +0100, Andrey Hristov wrote: >Hi, >so PHP5 (currenlty HEAD) is feature freezed and therefore new code goes >nowhere, >only bugfixes go to php-src module since PHP_4_3 is also feature freezed. >Is it ok, to >branch PHP5_0 from HEAD so new developments to go to HEAD and bugfixes >will go to >PHP5_0 and HEAD. I know that this way we will have 3 branches but hopefully >there will be nothing after 4.3.5 (which is iin RC phase now). >So which is better? To have the branch made in the next week or when 4.3.5 is >released? Or not branching after 5.0.0 is released which nobody knows when >it will be done :) I prefer waiting for RC1 to start a new-features branch. At least we then know that we're on the right track. There are still some minor changes going on (besides bug fixes) in tidy and SimpleXML. What change do you want to make. If it's minor I think we can make an exception. Andi