Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73287 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41347 invoked from network); 19 Mar 2014 01:39:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2014 01:39:01 -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.215.52 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.52 mail-la0-f52.google.com Received: from [209.85.215.52] ([209.85.215.52:58434] helo=mail-la0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/EC-16983-335F8235 for ; Tue, 18 Mar 2014 20:39:00 -0500 Received: by mail-la0-f52.google.com with SMTP id ec20so5464078lab.11 for ; Tue, 18 Mar 2014 18:38:56 -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=3Dip6Fn4E06JFulN1ApSgGYd5L8HLk6sqVBlyMKuFg4=; b=jxDo1Nz2/tiIyd/ab4fDXgN2Etkn1cp3kA2WsPmIHeD0fBasCnDa5fUjBh9QuuLY3Y vZalxBMMIxOuy1O0RPwDuviiLioQ85OsPi80cs4+t+VMRKjeZWr6h7+XIDAeYbqebnUX IpUj7uKhIRAH9VBN/w+LORIfUvsoR9jLwdaGWFV7LNQoB05zwssEpMt5kge9E2Ew5KYd H6YzMt6c40lm4sfkRO7ZEOOaa/XLO3OPdUb6uvUieFH5CAFdO9TTs1DdBmHVNRABKVKc FHnUqFb+FIuB76I81zLBQR9h427C8wiuOazocc8f50DOmJixwpr8Sz7MszgBKifOzj/e ey+A== X-Received: by 10.112.73.100 with SMTP id k4mr22320857lbv.25.1395193136786; Tue, 18 Mar 2014 18:38:56 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.205.73 with HTTP; Tue, 18 Mar 2014 18:38:16 -0700 (PDT) In-Reply-To: References: <5324FE40.1070704@sugarcrm.com> <532603A0.8060802@sugarcrm.com> <5327DD6E.6030402@sugarcrm.com> Date: Wed, 19 Mar 2014 10:38:16 +0900 X-Google-Sender-Auth: 4qEeThqeVDhWhMlF7n8kqixQUsw Message-ID: To: Andrey Andreev Cc: Stas Malyshev , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c243584fb45a04f4ebb7a6 Subject: Re: [PHP-DEV] [RFC] Revert/extend/postpone original RFC about read_only, lazy_write sessions From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c243584fb45a04f4ebb7a6 Content-Type: text/plain; charset=UTF-8 Hi Andrey, On Wed, Mar 19, 2014 at 9:17 AM, Andrey Andreev wrote: > > Please refer to code for details. > > > > https://github.com/php/php-src/pull/628/ > > Wooow, that includes way more additions than those related to the > session-lock-ini RFC. Does it have to be all in one patch? > > I'll comment further on github to avoid more spam here. Spams are welcomed :) Anyway, it's rather large patch, but there is not much changes included other than the RFC if you read the code. There is createSid() change. I think it's the only one. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c243584fb45a04f4ebb7a6--