Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40717 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34702 invoked from network); 26 Sep 2008 20:06:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2008 20:06:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.90.182 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 66.249.90.182 ik-out-1112.google.com Received: from [66.249.90.182] ([66.249.90.182:23745] helo=ik-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/03-63390-4D04DD84 for ; Fri, 26 Sep 2008 16:06:45 -0400 Received: by ik-out-1112.google.com with SMTP id c29so743975ika.7 for ; Fri, 26 Sep 2008 13:06:41 -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=vd1QtnBGok05mpMq6qAmmArYP55e/THWG4S58L05/EM=; b=Rsq/FF11MAoR1jbPeBPuK/ZSTaQlC5SMCysZAp4gLKsHcWqMvuV5qA09C0ziIJLt5A NUerkOf68vC0qBfxm0LRM3x6I8QaXSv7jfcgJBxKpIPLqvypXwPHPd7F3ZFKQPCKfQYb mxb7Zx4Uxbjk2dVbEtL9a8G8QhhUTpem9Bm/0= 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=pmPQp3mpOCjG4sIxZz7noiKL6UoByQkN39XD5RNxMPHlTDFZjFaolStx9txf2qCpZH zqdHtFBg+fSFX0pdvEIfElaDvnYfeAl1yqz5uBjUn9VoRM/gxhdGvIF5ZJ6j25yS7jdj Dkg4Mt6eTiyLSGaN5hWC7o/CCo4sjWxqXL4go= Received: by 10.103.242.7 with SMTP id u7mr1242990mur.100.1222459601798; Fri, 26 Sep 2008 13:06:41 -0700 (PDT) Received: by 10.103.179.15 with HTTP; Fri, 26 Sep 2008 13:06:41 -0700 (PDT) Message-ID: <7f3ed2c30809261306u199cbea3g901da929b54df67c@mail.gmail.com> Date: Fri, 26 Sep 2008 22:06:41 +0200 To: "Lukas Kahwe Smith" Cc: "Michael Wallner" , internals@lists.php.net In-Reply-To: <94232D93-D448-4403-A81D-2EB5904AAB8D@pooteeweet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <03.52.27158.9D5A2D84@pb1.pair.com> <1D.C1.19781.C63BCD84@pb1.pair.com> <94232D93-D448-4403-A81D-2EB5904AAB8D@pooteeweet.org> Subject: Re: [PHP-DEV] [Fwd: [PATCH] Backport of HEADs output API] From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Fri, Sep 26, 2008 at 21:38, Lukas Kahwe Smith wrote: > > and I are a bit worried, that this code did not see that much testing since > it was checked in to HEAD quite a while ago. And seeing that the backport is That sentence worries me a bit. Are you advocating developing new features in 5.x branches rather then HEAD? That code has been in HEAD for months, I so no reason not to merge it. We are in alpha phase for a reason just like this. -Hannes