Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86892 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65627 invoked from network); 26 Jun 2015 03:52:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2015 03:52:30 -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.49 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.49 mail-yh0-f49.google.com Received: from [209.85.213.49] ([209.85.213.49:36386] helo=mail-yh0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/01-57329-D7CCC855 for ; Thu, 25 Jun 2015 23:52:29 -0400 Received: by yhjh26 with SMTP id h26so15822034yhj.3 for ; Thu, 25 Jun 2015 20:52:27 -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=UoDbcaHSKdlCtieSmzz8mOkWVvpwjkYahbbQ05RJmiM=; b=tKEeAVJ849yF8AOODcR8ljoR4h0xrjCmneTA3ji8sGuV0icksoEQG/4bQx1bA2ry3U OOUbqUdszhhOuQ103s36UNlZuiuu3mE1ACGt1jF8Gw20Hk5WBVzdJKR6pIdyRZcE12XK yJI9VG0dGmB6aTe1ml9oO+USJF0+Q8NkWCjg4jHB7nSIobyY08XKydVKRwIsAjqoiF6S mU6S5IRsP/3EJ/5QZasoOXDqpB1n2uq8/jxTTgN2+bV6cWyE3uBemLOuQtmNiv/mDNLo U+Sro/Gc1W2PkT52OkSoC2U7NJmQbmbEuGXE1ASmqq09gSVLvJRgLbT+fi4jaQmtg3qP UfEw== X-Received: by 10.13.226.75 with SMTP id l72mr62039209ywe.89.1435290746984; Thu, 25 Jun 2015 20:52:26 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.48.129 with HTTP; Thu, 25 Jun 2015 20:51:47 -0700 (PDT) In-Reply-To: References: Date: Fri, 26 Jun 2015 12:51:47 +0900 X-Google-Sender-Auth: z7u2Hc4otYQ6XPfTvRlXeWzh5RM Message-ID: To: Hannes Magnusson Cc: Kalle Sommer Nielsen , Internals , Anatoliy Belsky , Dmitry Stogov , Nikita Popov , Ferenc Kovacs , Xinchen Hui Content-Type: multipart/alternative; boundary=001a114fae221f9f5c051963abd8 Subject: Re: [PHP-DEV] Headsup: PHP7 feature freeze From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a114fae221f9f5c051963abd8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Hannes, On Fri, Jun 26, 2015 at 10:48 AM, Hannes Magnusson < hannes.magnusson@gmail.com> wrote: > Why do you think its undocumented? > http://php.net/manual/en/sessionhandler.create-sid.php > Rename discussion was there. And I explicitly discussed "it's undocumented and it violates CODING_STANDARDS", but it was added recently (after the discussion I suppose). [yohgaki@dev session]$ svn log -r 334814 ------------------------------------------------------------------------ r334814 | aharvey | 2014-09-09 04:49:26 +0900 (2014=E5=B9=B409=E6=9C=8809= =E6=97=A5 (=E7=81=AB)) | 2 lines Add documentation for SessionHandler::create_sid(). ------------------------------------------------------------------------ 334814 aharvey SessionHandler is a special class that can be used 334814 aharvey to expose the current internal PHP session save handler by inheritance. 334814 aharvey There are seven methods which wrap the seven internal session save handler 334814 aharvey callbacks (open, close, 334814 aharvey read, write, 334814 aharvey destroy, gc and 334814 aharvey create_sid). By default, this class will wrap 334814 aharvey whatever internal save handler is set as defined by the 334814 aharvey session.save_handler 334814 aharvey configuration directive which is usually files by 334814 aharvey default. Other internal session save handlers are provided by PHP 334814 aharvey extensions such as SQLite (as sqlite), Memcache (as 334814 aharvey memcache), and Memcached (as 334814 aharvey memcached). I think this should be reverted. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a114fae221f9f5c051963abd8--