Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86890 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58064 invoked from network); 26 Jun 2015 01:42:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2015 01:42:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yh0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:34703] helo=mail-yh0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/00-57329-61EAC855 for ; Thu, 25 Jun 2015 21:42:47 -0400 Received: by yhnv31 with SMTP id v31so37578660yhn.1 for ; Thu, 25 Jun 2015 18:42:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=khWvygrmagXO0LJhYjwojNeliobOlLp7Vmr3dgfllpU=; b=GT18BseCUHyh6IOz8oGw9dkzU/LSrq5kLNJ+xpfSkPvuzO0gIJyfcee3uLkJy/KhtJ SmBrXKLBAEv+Br5HaDxnDFJJGnMgJynvyo+FfWHCS9ctNPoecSgBD7HZDNocj5aG4hxw wooM+aVODRLj5m8TpIE8LDgkMG7T7zMST4b7cL+VmJ0ef1LP8R1JZ+M/c3Xtc9bc2/U+ tkjWLJcCVP9ebDiMf6ybz9PfjN8i6Magpm55VVrrV+VPAFrcpABvTdL7U9p5CVRQg3/c tTWCZs7OEMRDoH8ChQpBC02ZxdxhDd/8L4gYwqz/F8sOKRpqv8roUkjHMhp0zyCR/XST SEiA== X-Received: by 10.129.93.136 with SMTP id r130mr932850ywb.52.1435282964286; Thu, 25 Jun 2015 18:42:44 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.48.129 with HTTP; Thu, 25 Jun 2015 18:42:04 -0700 (PDT) In-Reply-To: References: Date: Fri, 26 Jun 2015 10:42:04 +0900 X-Google-Sender-Auth: _yKGQIa8dYGYLqkooxQG-GWQoI8 Message-ID: To: Kalle Sommer Nielsen Cc: Internals , Anatoliy Belsky , Dmitry Stogov , Nikita Popov , Ferenc Kovacs , Xinchen Hui Content-Type: multipart/alternative; boundary=001a114d80fa3d1512051961db3b Subject: Re: [PHP-DEV] Headsup: PHP7 feature freeze From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a114d80fa3d1512051961db3b Content-Type: text/plain; charset=UTF-8 Hi all, On Fri, Jun 26, 2015 at 12:03 AM, Kalle Sommer Nielsen wrote: > 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 would like to rename "_undocumented_ method name" in Session module. http://php.net/manual/en/book.session.php The line is this. https://github.com/php/php-src/blob/master/ext/session/php_session.h#L334 create_sid() method should be createSid(). If some users used it, all they have to do is define copy of create_sid() method and compatibility is kept. Any comments? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a114d80fa3d1512051961db3b--