Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72795 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79176 invoked from network); 24 Feb 2014 14:05:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Feb 2014 14:05:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=ceceldada@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ceceldada@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.41 as permitted sender) X-PHP-List-Original-Sender: ceceldada@gmail.com X-Host-Fingerprint: 209.85.160.41 mail-pb0-f41.google.com Received: from [209.85.160.41] ([209.85.160.41:44750] helo=mail-pb0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/60-10285-2C15B035 for ; Mon, 24 Feb 2014 09:05:55 -0500 Received: by mail-pb0-f41.google.com with SMTP id jt11so1231221pbb.14 for ; Mon, 24 Feb 2014 06:05:51 -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:content-type; bh=R0KjAjrZ3Xq1ekp5C2LYZOvs6pr/0IaD7wKcHp5X7AQ=; b=khuCGS+AnIuye0lk6uRpffj56b8Klf09/2F/BPXzPiE85hA1cnOMLRO3x88Xs+4ujX HaAFzx4iob7ZG3tKIHpCuNKnJHboxCqC1l6RxpY/o4rv//g27Q6AKXOEUioKZyDqHRN0 7T7hn5kl/ErFOOZ30ste2I/iZQVcpomw1Tvw9Gi0bWtv5kBcmNHe1RiN4RKYU2embPUm zCHYN3OdsBa/lmueXjHFZF2IMdKpGeiYCwimXOehEqlSpsrpyGRUOypvoxuYqswFcpX3 UuKXhIS2YXUdyIdlHiFv5a03Fu0QT35fN0mj5NSvghYc/vko1EkoyYkwateSETf4chvD MQbQ== X-Received: by 10.66.66.202 with SMTP id h10mr25460580pat.70.1393250751394; Mon, 24 Feb 2014 06:05:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.48.198 with HTTP; Mon, 24 Feb 2014 06:05:31 -0800 (PST) In-Reply-To: References: <5302ABF6.60407@sugarcrm.com> Date: Mon, 24 Feb 2014 11:05:31 -0300 Message-ID: To: Yasuo Ohgaki Cc: Andrey Andreev , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1134a8661ebb7f04f3277899 Subject: Re: [PHP-DEV] [VOTE] Secure Session Module Options/Internal by Default From: ceceldada@gmail.com (Marcel Araujo) --001a1134a8661ebb7f04f3277899 Content-Type: text/plain; charset=UTF-8 And about to remove these options, should they be keep in the newest releases? ; http://php.net/session.bug-compat-42 session.bug_compat_42 = Off ; session value into the global space. session.bug_compat_42 must be enabled before ; http://php.net/session.bug-compat-warn 2014-02-24 7:00 GMT-03:00 Yasuo Ohgaki : > Hi Andrey, > > On Mon, Feb 24, 2014 at 6:50 PM, Andrey Andreev wrote: > > > > > - hash_bits_per_character will be removed from the RFC. > > > - Possible issue with ID length change will be documented. > > > - "id_length" will be removed. User should use hash index search. > > > - Raise error when hash function is not available. > > > > I'd be happy with that, yes. :) > > Although for hash_bits_per_character, I only insisted the RFC to > > explain that this is a change complementing hash_function. > > > > OK. I'll document it. > > > > > > Raising error seems not good... > > > If hash extension is available always, it might be easier for other > > module, > > > too. > > > Do not allow DL/disabling hash extension, perhaps? > > > > > > I see no reason why anybody would want to disable the Hash extension, > > so sure - I'd remove that choice. > > > > I agree. It will be added to the RFC. > > > > However, silent fallback for stuff like this is never a good thing and > > somebody might i.e. make a typo while configuring, so why not raise > > E_WARNING for invalid hash_function regardless? > > > Make sense to me, too. > I'll make it raise error for any invalid hashes. > > Thank you for your help :) > > Regards, > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net > -- * Marcel Araujo Analista de SistemasDesenvolvedor PHP/Zend/JavaScript/jQuery/NodeJSLinux User #490101http://www.twitter.com/marcelarauj0 http://blog.marcelaraujo.me http://br.linkedin.com/in/marcelaraujo * --001a1134a8661ebb7f04f3277899--