Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41300 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48398 invoked from network); 20 Oct 2008 23:19:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2008 23:19:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=Johannes.Schlueter@Sun.COM; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 192.18.6.21 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 192.18.6.21 gmp-eb-inf-1.sun.com Solaris 10 (beta) Received: from [192.18.6.21] ([192.18.6.21:50453] helo=gmp-eb-inf-1.sun.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/CB-21706-6021DF84 for ; Mon, 20 Oct 2008 19:19:36 -0400 Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe3.eu.sun.com [192.18.6.12]) by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m9KNJWs9000803 for ; Mon, 20 Oct 2008 23:19:32 GMT Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0K92009018SE0800@fe-emea-09.sun.com> (original mail from johannes@php.net) for internals@lists.php.net; Tue, 21 Oct 2008 00:19:32 +0100 (BST) Received: from [192.168.1.101] ([82.135.91.189]) by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0K9200K878S2OUD0@fe-emea-09.sun.com>; Tue, 21 Oct 2008 00:19:32 +0100 (BST) Date: Tue, 21 Oct 2008 01:19:04 +0200 In-reply-to: <11720FFB22BED511A66800E07D923B37011B34ED@prodntsc2.brendata> Sender: Johannes.Schlueter@Sun.COM To: Steve Hanselman Cc: Hannes Magnusson , internals@lists.php.net Message-ID: <1224544744.19390.39.camel@goldfinger.johannes.nop> MIME-version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-type: text/plain Content-transfer-encoding: 7BIT References: <11720FFB22BED511A66800E07D923B37011B34EC@prodntsc2.brendata> <7f3ed2c30810201346y574c317eub351fc46786ae92d@mail.gmail.com> <11720FFB22BED511A66800E07D923B37011B34ED@prodntsc2.brendata> Subject: RE: [PHP-DEV] str_getcsv From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2008-10-20 at 22:03 +0100, Steve Hanselman wrote: > If it's not stupid question, what is the main branch for? Presumably > the other branches aren't just branched from this at a point in time > or we'd have this in there. The "main" branch? PHP_5_X are the "stable" branches, "HEAD" is the development branch (at least in theory ...) So stuff is added to HEAD and merged bacxk when it's stable enough and need (and somebody cares) +1 from me, though... johannes