Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49326 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90459 invoked from network); 11 Aug 2010 12:15:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2010 12:15:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=rquadling@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rquadling@gmail.com; sender-id=pass; domainkeys=bad 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: rquadling@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:46298] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F7/63-04429-A54926C4 for ; Wed, 11 Aug 2010 08:15:23 -0400 Received: by wwf26 with SMTP id 26so5208532wwf.5 for ; Wed, 11 Aug 2010 05:15:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:reply-to :in-reply-to:references:from:date:message-id:subject:to:cc :content-type; bh=XvIVYXOC7GB34XQwlrQYaYBRvCKx5jDxteOU/qBiCl8=; b=pGDfW512F5f6VLW6JqTRA/5hPrbmNNjl1gOVnKR9+sn0EBzq1h8gCPxw4uya43gJlO TWi0Awx6MTDPQAnSogxa9ubMwqyEmy4yA7VryudJXJXFcYp+mgj2WQQ2JISuAo87VRnP SAR/pyAF6WQKwKvQ3Bit1TxNk3nFdiEE4Dea4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=S/9RtrDEAUppkMETSV8kpc4ftp11PCeQeMLrzIqZsDmjH2x0lylxPDoCKmw2xFdYWe C0MpfpAPtuQaaQh9FX90ysMyzzzd0s6Hg5xUzqzxaYnR2FWC6s9/oTTQCHR83LlLs2ap 38+52zRAHZN4CS2rl9JFROBHWxFJtThjrh2B4= Received: by 10.216.93.16 with SMTP id k16mr16618541wef.78.1281528915250; Wed, 11 Aug 2010 05:15:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.7.196 with HTTP; Wed, 11 Aug 2010 05:14:54 -0700 (PDT) Reply-To: RQuadling@googlemail.com In-Reply-To: <7.0.1.0.2.20100811140400.0f024ab0@zend.com> References: <1281478269.6608.292.camel@guybrush> <4C61D6FB.6030108@sugarcrm.com> <7.0.1.0.2.20100811085214.0f024300@zend.com> <7.0.1.0.2.20100811140400.0f024ab0@zend.com> Date: Wed, 11 Aug 2010 13:14:54 +0100 Message-ID: To: Zeev Suraski Cc: Ilia Alshanetsky , Stas Malyshev , =?UTF-8?B?Sm9oYW5uZXMgU2NobMODwrx0ZXI=?= , Kalle Sommer Nielsen , Internals , Derick Rethans Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Strict typing (was: Typehints) From: rquadling@gmail.com (Richard Quadling) On 11 August 2010 12:10, Zeev Suraski wrote: > We need to remove strict typing from trunk before we release anything > 'official' from php.net I thought "trunk" is, to some degree, the "work in progress" / "developers only", YMMV branch. Pretty much anything/everything in there is subject to change. No money back guarantees. Etc. For an official release, even as a "Here is what we are working on. It might not be perfect, but we like it" release, a separate branch would be created. If strict typing isn't wanted in the new branch, then it doesn't go into the new branch (I have a limited understanding of what that entails, so I suspect I'm missing a lot of important processes by saying that - thankfully, no one will ever consider _me_ for the role of RM!). So, the trunk keeps strict typing. Richard Quadling.