Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87061 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62906 invoked from network); 7 Jul 2015 04:59:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2015 04:59:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:48382] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/B0-48168-FBC5B955 for ; Tue, 07 Jul 2015 00:59:43 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 36C2F23D629F; Tue, 7 Jul 2015 06:59:40 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.2 Received: from w530phpdev (p579F36EE.dip0.t-ipconnect.de [87.159.54.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id DB7A123D615B; Tue, 7 Jul 2015 06:59:37 +0200 (CEST) To: "'Matt Wilmas'" , "'Internals'" , "'Kalle Sommer Nielsen'" Cc: "'Anatoliy Belsky'" , "'Dmitry Stogov'" , "'Nikita Popov'" , "'Ferenc Kovacs'" , "'Xinchen Hui'" References: <72B7495C0DE94998897DF0474C7FC858@pc1> In-Reply-To: <72B7495C0DE94998897DF0474C7FC858@pc1> Date: Tue, 7 Jul 2015 06:59:42 +0200 Message-ID: <0ec001d0b871$be905690$3bb103b0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQGUTKtuTUJWqS2AWW/gdyAGZa965wH7I68Unjhwn+A= Content-Language: en-us Subject: RE: [PHP-DEV] Headsup: PHP7 feature freeze From: anatol.php@belski.net ("Anatol Belski") Hi Matt, > -----Original Message----- > From: Matt Wilmas [mailto:php_lists@realplain.com] > Sent: Tuesday, July 7, 2015 4:10 AM > To: Internals; Kalle Sommer Nielsen > Cc: Anatoliy Belsky; Dmitry Stogov; Nikita Popov; Ferenc Kovacs; Xinchen Hui > Subject: Re: [PHP-DEV] Headsup: PHP7 feature freeze > > Hello RMs, all! > > ----- Original Message ----- > From: "Kalle Sommer Nielsen" > Sent: Thursday, June 25, 2015 > > > Howdy > > > > This is a quick heads up that we plan to have the next release of > > 7.0.0 be Beta 1, this marks a feature freeze and from there on, we > > will switch focus on to stabilization, regressions and other bug > > fixes. > > > > Beta 1 is schedule to be tagged and packaged on July 7th and released > > on July 9th which is a small 2 weeks from now to get any remaining > > changes of such in. > > > > If you are in doubt about whether or not your change would be > > considered a 'feature' or have any other questions, then feel free to > > mail us RMs or reply here. > > I intended to reply to this shortly after, and I guess there isn't much reason to > now. :-) I started messing with the parameter parsing stuff, which I thought > would take a couple days max, but I got deep into it. > Message coming sometime soon about that... > > Anyway, I was wanting to do some enhancements to the Postgres extension, > and I was hopeful they could be included for 7 until I saw this message and > thought, "Uh-oh." Until the ZPP thing, I hoped I'd have the basics of the > "features" whipped up by the end of last week (not that I thought anything could > be commited immediately ;-)). > > Is this the shortest Alpha period ever? (Serious question. :-)) If I had really > jumped on the work (I had to get up to speed on some new-to-me internals), I > could have been maybe a month sooner. But when I saw the wiki timetable, I > thought there'd been until August or so after 3-4 Alphas... > *shrug* So if there are 9 releases before final, there's going to be 4-5 Betas and > 4-5 RCs? I thought there'd be more "even" distribution. > > Well, the Postgres stuff comes from the fact that I just "discovered" it (truly, in- > depth) about 10 weeks ago. (Life changing!) Of course shortly after something > led me to start looking into PHP's code, after already being disappointed. As I > analyzed things more, I figured I could actually fulfill my own wishlist. :-D > > The main "feature" is very straight-forward (almost search-and-replace!). > The other feature group I'm not sure what thoughts will be about > usability/implementation, but it shouldn't be that big either, and totally isolated > from existing functionality. > > BTW, there are *several* other issues with the extension's code, that I started > noticing right away. I literally lost track, didn't note them; but hopefully can > clean them all up. Of course these can all be done, and also applied to 5.6, > AFAIK. > > If we can have these changes sometime, it'd be nice if it was before 7.1... > Of course, for my personal use, I really don't care since I can use them right > away. But I think the PHP-Postgres community needs them and would be glad! > Thanks for the suggestion. Do you already have some code to show? Regards Anatol