Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97280 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67204 invoked from network); 5 Dec 2016 02:12:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2016 02:12:27 -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.51 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wm0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:34890] helo=mail-wm0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/91-42090-90DC4485 for ; Sun, 04 Dec 2016 21:12:25 -0500 Received: by mail-wm0-f51.google.com with SMTP id a197so75578636wmd.0 for ; Sun, 04 Dec 2016 18:12:25 -0800 (PST) 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=78/oTC6d2qkcPivr4qmwbd3sV+ciG81ylHneibbaxcA=; b=zKBjVJXtikh1S14Bl+18Afqhvm83oJxq5GQN5yn02sm5VKbvEY5FrECVaXbNii7l5+ EWafVaeM/CZnSFmTcWut2CkGcrjVPYuj8oufhiYke+7u1fqN6LdUZIpbPKq8zmdO55CR KmVx01Kv55icmy6usAUT5LtuQfOCGt2FNnU/+N68oPN5MtXBE1iqky4s5pBfstub2m0t 1ec+9N+B4ggFuyeeIMnG2WVzz+3nk5VfCFfdbf/tBx33N0p0Yy7NK0RhcLknIo9rbnsa 462vDuehoDmQLYVrnW9lsJjDAaC8CzGL6duyBGfe8Jcyp1r9MPFAN1wqymqbGJsSngcK UzJg== 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=78/oTC6d2qkcPivr4qmwbd3sV+ciG81ylHneibbaxcA=; b=QTyKEnn5q6OA8pmqoWpH9U09s6MEeYajAUt3rNukS4hS5ydtjdKAuPMpORoh5zAwr/ K20rxWVNYlT0Ddmv8jP5YBRn6aZWAZCaQoYS0gc/IIRy0mhXbKxIjBEcQO8DQbKJ1ejr tklc7QW9jlKjApD/QiDTBoPx1M9LuRSM5z0ucqNRPWUQbLX5sDpUvtn3JE/NM1cwuxkV T6fNfCnDdk0Z+Zvoe56mn7WZg5qa+xc/NR0OBqrYL+wJSxfVL7a1iuEsevU93+kyRWHa LSr/QWv5cEvLAXystwSanKqq4Hk7TeP2QL9HcozuxGQFUeXY1QSFjrhAPdOqVlo1J3qW POXg== X-Gm-Message-State: AKaTC02zNKu1geW4aHlISB++jViEU1kGjvkGfUpePGCe5iEp92079HnuRrIr3nPkfX/AlPYOCxCp7GbweVfgtg== X-Received: by 10.28.111.70 with SMTP id k67mr6672937wmc.32.1480903942507; Sun, 04 Dec 2016 18:12:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.173.106 with HTTP; Sun, 4 Dec 2016 18:12:02 -0800 (PST) In-Reply-To: References: Date: Mon, 5 Dec 2016 03:12:02 +0100 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11469da47094b90542dfd199 Subject: Re: [PHP-DEV] [RFC][VOTE] User defined session serializer From: ocramius@gmail.com (Marco Pivetta) --001a11469da47094b90542dfd199 Content-Type: text/plain; charset=UTF-8 Hi Yasuo, I voted "no" because I don't see any advantage over using a custom session save handler, besides adding more API that partially covers custom session save handlers. This is just confusing, in my opinion, and the API can be replicated in userland with a custom session save handler decorator instead. Greets, Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On Mon, Dec 5, 2016 at 2:44 AM, Yasuo Ohgaki wrote: > Hi all, > > This RFC exposes session serializer interface to user space. It works > like user defined session save handler. > > Users are able to encrypt/validate session data transparently. e.g. > You can save encrypted session data to database, decrypt encrypted > data from database transparently. > > https://wiki.php.net/rfc/user_defined_session_serializer > Vote starts: 2016-12-05 Vote ends: 2016-12-19 UTC 23:59:59 > > Although we don't have consensus about number of votes to pass, I set > this RFC to require 2/3 votes. > > Questions are welcomed if you have. > Thank you for voting. > > Regards, > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a11469da47094b90542dfd199--