Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41311 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26402 invoked from network); 21 Oct 2008 18:26:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2008 18:26:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.231 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.231 rv-out-0506.google.com Received: from [209.85.198.231] ([209.85.198.231:62429] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/D1-12864-1DE1EF84 for ; Tue, 21 Oct 2008 14:26:26 -0400 Received: by rv-out-0506.google.com with SMTP id g37so2801272rvb.23 for ; Tue, 21 Oct 2008 11:26:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=gc8gl/TGT1hR598W0mG9ytrEhY0Uim7+WSCQSqcr77k=; b=RM/osR5YPyw8OoJrvSF0cmETqlxWYkcQKm6EXb0DTg4bvTdo+YMfhXmJaMvuO3B/Xh hipwdtBfS4a+C+xhEZGVmEmq/N/LoNDJX7p63/1afVMqvYXM0AM+/6QnlVrB4rAYOt3I c6qdBWv02QgmgzKkUy4AnATcObZS0o6472YOU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=flTwW+SXWl90AfMEW2AXF/sHXGhBGZ97pmOQxNFLiN/TCSB58F7mzA2ZHywT2tQmqg YkXy/Ae2ZCoayrSK8lznNPDQz2MoUBBzZ5ufM/6pyVFF9WlnsYXAaOyMghCzUvxdqkPE tRHeI/q1Kh4QMQjzqa5Q2GuH0tQ4ntW0KSZKE= Received: by 10.141.116.17 with SMTP id t17mr5835986rvm.251.1224613583319; Tue, 21 Oct 2008 11:26:23 -0700 (PDT) Received: by 10.140.178.14 with HTTP; Tue, 21 Oct 2008 11:26:23 -0700 (PDT) Message-ID: Date: Tue, 21 Oct 2008 20:26:23 +0200 To: "Steve Hanselman" Cc: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" , "Hannes Magnusson" , internals@lists.php.net In-Reply-To: <11720FFB22BED511A66800E07D923B37011CD897@prodntsc2.brendata> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <11720FFB22BED511A66800E07D923B37011B34EC@prodntsc2.brendata> <7f3ed2c30810201346y574c317eub351fc46786ae92d@mail.gmail.com> <11720FFB22BED511A66800E07D923B37011B34ED@prodntsc2.brendata> <1224544744.19390.39.camel@goldfinger.johannes.nop> <11720FFB22BED511A66800E07D923B37011CD897@prodntsc2.brendata> Subject: Re: [PHP-DEV] str_getcsv From: pierre.php@gmail.com ("Pierre Joye") hi, On Tue, Oct 21, 2008 at 7:32 PM, Steve Hanselman wrote: >> 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 > > Now, if we could work the phrase "namespaces" into this somehow we'd probably have this in HEAD within a few days..... > > On a serious note, there seem to have been quite a few commits to MAIN over time, so I wonder what else is lurking there that could be useful? > > If nobody else is doing this then I'm happy to build a diff, What's involved in getting a commit account for CVS or is it easier to just email a diff set to somebody (in which case, who?) Easiest (and safest) is: - to create a patch (cvs diff -up) - open a feature request (a bug :) in bugs.php.net, with a link to the patch - post it in this thread as well with a ref to the bug # Doing so will make sure that your patch will not be lost in the archive :) After having provided a couple of patches, you may consider a CVS account request. Thanks for your work! Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org