Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72999 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9966 invoked from network); 8 Mar 2014 00:45:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Mar 2014 00:45:33 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.45 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.45 mail-la0-f45.google.com Received: from [209.85.215.45] ([209.85.215.45:49988] helo=mail-la0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/66-57079-B286A135 for ; Fri, 07 Mar 2014 19:45:32 -0500 Received: by mail-la0-f45.google.com with SMTP id hr17so3264916lab.4 for ; Fri, 07 Mar 2014 16:45:29 -0800 (PST) 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=J2S50YPKXShGMYud9p8Rwkoukd9+/S/NyQaZkRO+BRM=; b=ytRHsR/brYHfm3m8JCNAgm9gGW1WWR0rrn1cM37sPDeYOd489737M1BpvCgjASW5IU wXwPzGCDtzVBdGcIUOmrTA1JDmZ7KEvibx0S2I1sWVBf/JGpf8PjJfcEIApBO6GaasVT igNcAFjMH3vTp/P6NNrEkUcXHJJU7hA2MLMZ7ps31nLkSlQwaGjfvPCzZCcPrrNO10jU e6N4L6WOGGsHexxwHnHrJIjjBflrHEJhYFW5dJxqPasPnsM63xsr+tvtM/6zUsMNrnyO r+OvxoHP6FaxRikXs2UPaMdv63bBnTyBsJdv2DHB8/Aj1w6jH72VZvhnqR3WH/XZpinm m1GQ== X-Received: by 10.152.225.70 with SMTP id ri6mr13719896lac.26.1394239529068; Fri, 07 Mar 2014 16:45:29 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.205.102 with HTTP; Fri, 7 Mar 2014 16:44:47 -0800 (PST) In-Reply-To: References: Date: Sat, 8 Mar 2014 09:44:47 +0900 X-Google-Sender-Auth: o2gGH0DbSd3fPWOBJ-CmGdjgifA Message-ID: To: Andrey Andreev Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1136c0bcdcad7304f40daf20 Subject: Re: [PHP-DEV] [VOTE] RFC: Introduce session_start() options - read_only, unsafe_lock, lazy_write and From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1136c0bcdcad7304f40daf20 Content-Type: text/plain; charset=UTF-8 Hi Andrey, On Fri, Mar 7, 2014 at 8:34 PM, Andrey Andreev wrote: > Because this isn't really clear from the RFC ... can I assume that INI > options can also be passed to session_start()? Having only lazy_write, > read_only as options would be inconvenient. :) > Many people don't like INI. (Although I love INIs :) Therefore, new options are allowed only as session_start() options. I don't mind at all having session.read_only=0 as default and users set it to session.read_only=1, then change it writable either ini_set('session.read_only', FALSE) or session_start(['read_only'=>FALSE]); as needed. I have to propose the change, though. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1136c0bcdcad7304f40daf20--