Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94992 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78500 invoked from network); 10 Aug 2016 09:32:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2016 09:32:58 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.47 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.47 mail-wm0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:34847] helo=mail-wm0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/F0-08042-AC4FAA75 for ; Wed, 10 Aug 2016 05:32:58 -0400 Received: by mail-wm0-f47.google.com with SMTP id f65so79376436wmi.0 for ; Wed, 10 Aug 2016 02:32:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DphFsPQlD+djTfPGm63ukfHgEQdCSvQMeSXYYJJGVgU=; b=sRfc8XRzjUZcijAdkch5wYIpcCXQj8UZ0mfmYXQNSDxckUH7Kre5jecaWc42PziJDo px1lmQgU+Jabar883lWF0wF0k/9HgTAUVpn5brgSldXbQKwqDGsLM2Q1AhDH9X6t4CmI xl0j0EBIu1d6QYbqjm80II5iRyfELRtqblOKOBZ5O9+TaabDJDvHypFEtWT3EssNgZPO o8WaIJBnSXpM6sgc6Yaoesw1v0RA6pYc34RAvOZzp9gnJWjG0TjiL0Huqd8e8OSkFQaO ZG0rt808vJJOr2sV6hRvSgH2NBfLe5hCuivPudfPH+HnYoQuKUWd51XhoF6Ne5P3Z8RH w/Bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=DphFsPQlD+djTfPGm63ukfHgEQdCSvQMeSXYYJJGVgU=; b=EyX4R2uqOfVPKdi3I3JDQYnEgV6h6uhiilQtwbZ5Bk8SrZLr6/Wk6k88JVhCikie8C GpoI08BQjHrJGRF8PwqKZvi7cYrGb2whMG1xUAlXWIf2C9xpbJhvcmLI61MEiXNue5t4 JlAYvMIT4LVCX7lZYa+SedOTQH/BQKReYdjpCWmWTQ0m38g8YJ7OuwEqHKnRjuBcH5G+ cA0Ty02niKBp6Tsblf2DS/9XfH+LbrsdR/3yrGXw0VlOaJmt6pKLcoWex5x4poHlfdXJ 5nzDjq/clJ3RGJFd4EBjrSS9C+JPI4i07z3mfFaOuuK+W/2QOa6hwOtrrA8fZESSjnip fkjA== X-Gm-Message-State: AEkoouu21s1BKFo/rIjvZpL8NBaI6lB0PklLcTnowq6OfyauaqwbqDQn10/RLT1rlkm7+icDA1sip/uH+DCtKQ== X-Received: by 10.28.157.214 with SMTP id g205mr2299978wme.34.1470821575460; Wed, 10 Aug 2016 02:32:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.125.242 with HTTP; Wed, 10 Aug 2016 02:32:34 -0700 (PDT) In-Reply-To: References: Date: Wed, 10 Aug 2016 11:32:34 +0200 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114ba390888c920539b4551f Subject: Re: [PHP-DEV] [RFC][VOTE] Add session_gc() function From: ocramius@gmail.com (Marco Pivetta) --001a114ba390888c920539b4551f Content-Type: text/plain; charset=UTF-8 Hey Yasuo, Something is weird with the voting form, can you check it? Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On Wed, Aug 10, 2016 at 11:30 AM, Yasuo Ohgaki wrote: > Hi all, > > 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! > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a114ba390888c920539b4551f--