Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51935 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9417 invoked from network); 19 Apr 2011 03:03:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2011 03:03:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:49849] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/C8-01409-C8BFCAD4 for ; Mon, 18 Apr 2011 23:03:40 -0400 Received: by iyb12 with SMTP id 12so5659753iyb.29 for ; Mon, 18 Apr 2011 20:03:37 -0700 (PDT) Received: by 10.231.193.68 with SMTP id dt4mr522355ibb.123.1303182217537; Mon, 18 Apr 2011 20:03:37 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.231.147.72 with HTTP; Mon, 18 Apr 2011 19:56:24 -0700 (PDT) In-Reply-To: References: <1303142992.7048.76.camel@guybrush> Date: Tue, 19 Apr 2011 10:56:24 +0800 X-Google-Sender-Auth: bvfIrBvFYeOGBigIjZdMgerjTN4 Message-ID: To: Ferenc Kovacs Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , internals Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Releases, trunk, policy and the wardrobe (Was: Re: [PHP-DEV] RFC: built-in web server in CLI.) From: aharvey@php.net (Adam Harvey) 2011/4/19 Ferenc Kovacs : > 2011/4/18 Johannes Schl=C3=BCter >> Only thing for trunk to be done besides stabilization and such is >> agreeing on the type hint stuff (and if we can't agree at least agree to >> disagree for the moment and get the release out of the door). Currently >> we still have the language extension which looks like another syntax but >> does nothing in the tree. ('function foo(int $a) { var_dump($a); } >> foo("string");' is valid code printing string(6) "string") In theory, I want scalar type hints, but if we're still deadlocked on that (and I suspect we still will be if it goes to a vote), I'd happily see it backed out and sacrifice it to get a 5.4 release. > btw. whats up with the=C2=A0https://wiki.php.net/rfc/releaseprocess=C2=A0= ? Seems to have fallen through the cracks, but I still think it's a good idea= . > I think we can agree that this one will be a minor version, and as such, = it > would be a safe bet to go with the 5.4. +1. > the RM(s) should be elected(or did a formal election happened since the l= ast > time?) and we could freeze the trunk (or branch the 5.4) and start sortin= g > out, that what needs to worked on, or removed for the release. +1. Adam