Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86891 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59750 invoked from network); 26 Jun 2015 01:48:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2015 01:48:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.180 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.217.180 mail-lb0-f180.google.com Received: from [209.85.217.180] ([209.85.217.180:35430] helo=mail-lb0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/60-57329-06FAC855 for ; Thu, 25 Jun 2015 21:48:16 -0400 Received: by lbbwc1 with SMTP id wc1so55841295lbb.2 for ; Thu, 25 Jun 2015 18:48:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zWyNtyLPZj/UC6nDe5nRphrTleqV9xsxwu9UcEoIEPc=; b=QbKBfeBe7rSgJ2UixMwa7TkJiy6gLJutfW1vW+PkcBMz0ySZJme3qXsB/fO6/H8aPm G3Fbj+3CC5lajYcdG2WAnYggPRHsKdmPuuXuAn2f8GCwnPuEhb0iW2zAlJg5RPAi/XcM kSHRW/hJRXyHSsF4T+iVn7CLHbndr6kCCLDIUPV/dnf1YUNvJwbNCvYAggAW2bIHY/a3 t8zS94s9UckIiJQfqEKi+qnwZrCEx4Unme7OLzpQhr1VFbEDOxbN0JpUBlQ5kG6uRQ9q CrLPWveQJmyU+QL7FcYESS5R026KlXTb9jPsbgw5d7nI/HiWQc6BGhUWbuN0f3g7l2Ff 51kw== MIME-Version: 1.0 X-Received: by 10.152.21.5 with SMTP id r5mr47037731lae.24.1435283293303; Thu, 25 Jun 2015 18:48:13 -0700 (PDT) Received: by 10.25.84.65 with HTTP; Thu, 25 Jun 2015 18:48:13 -0700 (PDT) In-Reply-To: References: Date: Thu, 25 Jun 2015 18:48:13 -0700 Message-ID: To: Yasuo Ohgaki Cc: Kalle Sommer Nielsen , Internals , Anatoliy Belsky , Dmitry Stogov , Nikita Popov , Ferenc Kovacs , Xinchen Hui Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Headsup: PHP7 feature freeze From: hannes.magnusson@gmail.com (Hannes Magnusson) On Thu, Jun 25, 2015 at 6:42 PM, Yasuo Ohgaki wrote: > 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? Why do you think its undocumented? http://php.net/manual/en/sessionhandler.create-sid.php -Hannes