Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49363 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76834 invoked from network); 11 Aug 2010 18:35:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2010 18:35:33 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:41831] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/BD-01618-47DE26C4 for ; Wed, 11 Aug 2010 14:35:32 -0400 Received: by fxm14 with SMTP id 14so409722fxm.29 for ; Wed, 11 Aug 2010 11:35:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=4r3+w5YXIs/lBgIaRK3G1FNQkN8o/h560v0zOpQorBo=; b=fQmq9S8OPdbHx56f4dSbamocfofm/AbdQcYVnDDJdPWOIrn7QpoyFYYnyxlBz2hCYR Z57vQ7QR4wYYxlHU6fN2BneJ2tKNInNjmrGO0FaOJ6WKy5KN7yEHK+SXz/6jlAMJnxDt xfFVIfEHusewtQDMsFOzuAkPO7HQkSY0ThWFA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=Bj96OqTuh8YezN97SSvBzHS8SBv7loij1PF0PIfcs5SdrsM1xkWRQAp2/1VnG4mHaF Ikw6WKSqCsunO0EadFVEzQjoX+PRSEdABALhsF4z2lQhyRuS8OIeFnOyzDaO6giqjUTa HsXR34hjQnLREZ6Ox9gVzGrRQUvWfTVHfdh6A= MIME-Version: 1.0 Received: by 10.223.104.7 with SMTP id m7mr20682551fao.8.1281551728982; Wed, 11 Aug 2010 11:35:28 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.223.64.145 with HTTP; Wed, 11 Aug 2010 11:35:28 -0700 (PDT) In-Reply-To: <4C62EC4A.9020106@sugarcrm.com> References: <4C62EC4A.9020106@sugarcrm.com> Date: Wed, 11 Aug 2010 20:35:28 +0200 X-Google-Sender-Auth: P-fZ0-f2fJbnqVeDmud-9jdksLU Message-ID: To: Stas Malyshev Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] back to 5.4 alpha From: kalle@php.net (Kalle Sommer Nielsen) Hi 2010/8/11 Stas Malyshev : > So I'd propose doing the following: > > 1. Moving parameter typing to a feature branch (by branching current trunk > and then rolling back the typing part in the trunk). > 2. Starting 5.4 alpha process after that basing on trunk. > > Any objections to this? +1 for moving the type hinting to a feature branch, and merging it back when the discussions about the implementations are over. I don't think type hinting should be the show stopper here and we can always change the code afterwards like we did with namespaces in the 5.3 development days. -- regards, Kalle Sommer Nielsen kalle@php.net