Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7091 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24948 invoked by uid 1010); 14 Jan 2004 12:21:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24923 invoked from network); 14 Jan 2004 12:21:04 -0000 Received: from unknown (HELO stella.fastforwardnetwork.com) (209.51.153.50) by pb1.pair.com with SMTP; 14 Jan 2004 12:21:04 -0000 Received: (qmail 24965 invoked from network); 14 Jan 2004 13:25:33 -0000 Received: from pd951901a.dip.t-dialin.net (HELO hristov.com) (217.81.144.26) by d.goto.bg with SMTP; 14 Jan 2004 13:25:33 -0000 Message-ID: <4005338A.70607@hristov.com> Date: Wed, 14 Jan 2004 13:18:18 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20031230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Brachning PHP5_0 from HEAD From: php@hristov.com (Andrey Hristov) 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 :) Andrey