Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49335 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21410 invoked from network); 11 Aug 2010 14:21:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2010 14:21:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 188.40.37.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 188.40.37.16 hq1.backendmedia.com Linux 2.6 Received: from [188.40.37.16] ([188.40.37.16:42590] helo=hq1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/63-01618-602B26C4 for ; Wed, 11 Aug 2010 10:21:58 -0400 Received: from localhost (unknown [127.0.0.1]) by hq1.backendmedia.com (Postfix) with ESMTP id 1BA5B200C188; Wed, 11 Aug 2010 14:22:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from hq1.backendmedia.com ([127.0.0.1]) by localhost (hq1.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WbLEVSjDwk-D; Wed, 11 Aug 2010 16:22:00 +0200 (CEST) Received: from [192.168.80.26] (77-58-253-248.dclient.hispeed.ch [77.58.253.248]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by hq1.backendmedia.com (Postfix) with ESMTPSA id 26571200C187; Wed, 11 Aug 2010 16:22:00 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii In-Reply-To: <7.0.1.0.2.20100811165446.0f024fd0@zend.com> Date: Wed, 11 Aug 2010 16:21:53 +0200 Cc: , Ilia Alshanetsky , Stas Malyshev , =?iso-8859-1?Q?Johannes__Schl=C3=83=C2=BCter?= , Kalle Sommer Nielsen , Internals , Derick Rethans Content-Transfer-Encoding: quoted-printable Message-ID: <395EC80C-5815-4592-BE87-70EEF7F3AD1D@pooteeweet.org> 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> <7.0.1.0.2.20100811165446.0f024fd0@zend.com> To: Zeev Suraski X-Mailer: Apple Mail (2.1081) Subject: Re: [PHP-DEV] Strict typing (was: Typehints) From: mls@pooteeweet.org (Lukas Kahwe Smith) On 11.08.2010, at 16:13, Zeev Suraski wrote: > Maybe I'm old school, but in my opinion, trunk should only contain = agreed-upon features. It should also always build and pass tests = successfully. It's not the wild-west version of PHP, it's PHP's next = version, in progress. Want to work on something experimental or = controversial? Do that in a branch, merge it if & when it gets accepted = to the language. +1 actually this is in a lot of ways new school, since even though we do = not yet use one of those fancy DVCS, with svn we have a much better work = flow already to handle feature branches. regards, Lukas Kahwe Smith mls@pooteeweet.org