Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47324 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95255 invoked from network); 16 Mar 2010 18:23:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2010 18:23:47 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 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: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:38629] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/FE-15129-0BCCF9B4 for ; Tue, 16 Mar 2010 13:23:45 -0500 Received: by wwd20 with SMTP id 20so165922wwd.29 for ; Tue, 16 Mar 2010 11:23:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=aFmClNSCdRrpLG94vr+nMAFchxiE4Fg/xJ3CaAxxMis=; b=NC6soGf7EBZbh2YqBC98SGjPbWLdMdczAWeBOAKMZHFfsCeDbbXXxIfG3KIRX4qOZY wV+mzWR+iKkohJ6K5DhcCIzKvIyl7mmNP/yewEt3dyt9kSfaMPSqG6rqiWBcH4sFTNkU 8nR/uAQuZ7KbMPHjILQte0Jk6ADP84y3cj3O8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=YRvPlxQEgPOlvFfYPHnPR/4mIPyU5wmQ4LQ4VjLEe9XMq97Gh+dv1VzJn/p7iIvgeR PhoT4rD1woAgSPSLnELttymA1qLpBtFXSO+PmSPMy80crJU6DQ6Eursv6g3vVYbZIdXQ bhkc38xf0uPo7MnqMNtVIDIFixnw8o9E5R16A= MIME-Version: 1.0 Received: by 10.216.90.4 with SMTP id d4mr29647wef.135.1268763821384; Tue, 16 Mar 2010 11:23:41 -0700 (PDT) In-Reply-To: References: Date: Tue, 16 Mar 2010 19:23:41 +0100 Message-ID: <7f3ed2c31003161123p66e59b0h369afdfd35b0caca@mail.gmail.com> To: Derick Rethans Cc: PHP Developers Mailing List , Scott MacVicar , Ilia Alshanetsky , =?ISO-8859-1?Q?Johannes_Schl=FCter?= Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] PHP 5.4 branch and trunk From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Mar 16, 2010 at 16:58, Derick Rethans wrote: > Before we add features, they need to be discussed whether we want to > have them. Does that mean you want to take up a - strict RFC-and-after-3months-discussion-before-commit policy (i.e. killing the scratching-an-itch spirit of PHP) - "I'm going to commit this patch tomorrow" mail to internals@ (i.e. killing "I need this functionality, maybe others do to" spirit of PHP) or what exactly do you mean by that? I would much rather have a development branch which ""everything goes"" (like it used to) and then make it up to the release manager to merge the features he wants in "his branch" (DVCS style) > - Ilia's scalar type hint patch. And which of Ilias patches are you referring to? The original one (which is identical to the patch I sent in November 2006) or the "fucking eyh, I need to please everyone so this can be in 5.3 - but still got rejected" patch? You didn't even list the mbstring patch.. that was discussed and as far as I remember everyone thought it was great idea, just not in a stable branch. -Hannes