Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95395 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44621 invoked from network); 22 Aug 2016 22:35:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2016 22:35:58 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ohgaki.net designates 180.42.98.130 as permitted sender) X-PHP-List-Original-Sender: yohgaki@ohgaki.net X-Host-Fingerprint: 180.42.98.130 ns1.es-i.jp Received: from [180.42.98.130] ([180.42.98.130:47020] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/E7-33251-B4E7BB75 for ; Mon, 22 Aug 2016 18:35:57 -0400 Received: (qmail 31034 invoked by uid 89); 22 Aug 2016 22:35:52 -0000 Received: from unknown (HELO mail-qk0-f180.google.com) (yohgaki@ohgaki.net@209.85.220.180) by 0 with ESMTPA; 22 Aug 2016 22:35:52 -0000 Received: by mail-qk0-f180.google.com with SMTP id l2so93323477qkf.3 for ; Mon, 22 Aug 2016 15:35:52 -0700 (PDT) X-Gm-Message-State: AEkoouvaI81C7IL+UnlX2VVUM40HzoVOoS6ZX38sHgSP0dXPjrBwOsMagI7WlXZSo1MJ8Wn1DmJOwOSFBNfRHg== X-Received: by 10.55.141.131 with SMTP id p125mr26287208qkd.132.1471905346165; Mon, 22 Aug 2016 15:35:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.85.242 with HTTP; Mon, 22 Aug 2016 15:35:05 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Aug 2016 07:35:05 +0900 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC][VOTE] Add session_gc() function From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, On Wed, Aug 10, 2016 at 6:30 PM, Yasuo Ohgaki wrote: > > This RFC is to add session_gc() function. > > session_gc() function is required API for periodic session GC that is > best practice for production web sites. > > https://wiki.php.net/rfc/session-gc > It requires 2/3 majority to pass. > Vote starts: 2016/08/10 - Vote ends: 2016/08/17 23:59:59 UTC > > Thank you for voting! Sorry for the delay. This RFC has passed by 12 vs 0. Thank you for voting! I'll merge and write manual soon. Regards. -- Yasuo Ohgaki yohgaki@ohgaki.net