Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73357 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13390 invoked from network); 21 Mar 2014 13:46:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2014 13:46:10 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.160.176 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.160.176 mail-yk0-f176.google.com Received: from [209.85.160.176] ([209.85.160.176:49317] helo=mail-yk0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/37-65185-1A24C235 for ; Fri, 21 Mar 2014 08:46:10 -0500 Received: by mail-yk0-f176.google.com with SMTP id 19so6238019ykq.7 for ; Fri, 21 Mar 2014 06:46:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+BLLlPhJFzluLVFbEYcnNiqIikMKdmNHT6V5PzP1iy0=; b=miiH2jrp04wuWRFvQ4Zf6xFWgyICefQXSiI+rRrrlrSCKrCYrdhPMZPMl20O3JGFHc 173+tbvlJIGXY6yjNzitGRlbLj5vyMEgcQBwubj62LM2zwRTqlvKB37V9z3AhamkPa7w WL5SF5TlcvSjbh7LWMmkQ3SpGZkG3mfAynFfY= 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:date :message-id:subject:from:to:cc:content-type; bh=+BLLlPhJFzluLVFbEYcnNiqIikMKdmNHT6V5PzP1iy0=; b=F1IV2aLheeOJzp4uQ+GOEGgo/F6l0MSpdN+SW6AFqeM9qQ4aygs1C80EXYoZ/K06NA 4749HTDLBpizD3sUESIWI/YYH3YJjYZdS3mza3s6p6TUOvJs1xqKeBnGvsJh5KyVd016 Ub3JcqMHKj+zc5/TA422yL9movE6pnEs1m4vmWErd2yrnf0RFXw4S0v9jik0MUhmXEqG QZ8Pk1GdI8QCu0DGz5bOc1+UWn/VuXAwLNLCv11VSb1Do8kExaRq4rbNnOVgOhhTnTWs zCvSQ+mYm0TYIYYqXlpp+EmnkXHu6d+/ZpmBjel509hGkZi/L1p/YKEBRnUl4arDNmO7 2y/A== X-Gm-Message-State: ALoCoQlQCqSefwXgKfF9j26eavASRqGMRrH1y1nTXRCbVKTxgHT0My930fgHAp8+aykgazsEUhmH MIME-Version: 1.0 X-Received: by 10.236.116.131 with SMTP id g3mr25258586yhh.110.1395409567410; Fri, 21 Mar 2014 06:46:07 -0700 (PDT) Received: by 10.170.188.139 with HTTP; Fri, 21 Mar 2014 06:46:07 -0700 (PDT) In-Reply-To: References: <5324FE40.1070704@sugarcrm.com> <532603A0.8060802@sugarcrm.com> <5327DD6E.6030402@sugarcrm.com> Date: Fri, 21 Mar 2014 15:46:07 +0200 Message-ID: To: John LeSueur Cc: Yasuo Ohgaki , Stas Malyshev , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Revert/extend/postpone original RFC about read_only, lazy_write sessions From: narf@devilix.net (Andrey Andreev) Hi, On Thu, Mar 20, 2014 at 8:35 PM, John LeSueur wrote: > Just an unimportant note on the name of the function. Having done this in a > custom session handler, I have always thought of this as an analogue to the > "touch" command for the filesystem. Naming this SessionHandler::touch() > would probably appeal to those familiar with linux or other posix compliant > systems. Yes, probably ... but it would be confusing for those not familiar with UNIX-based OSes, and especially confusing when you implement a session handler that is not file-system based. Anyway, if it gets "merged" into write(), that's irrelevant and this is the better option, IMO. Cheers, Andrey.