Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61079 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73656 invoked from network); 3 Jul 2012 11:42:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jul 2012 11:42:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qa0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:52440] helo=mail-qa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/85-42839-D9AD2FF4 for ; Tue, 03 Jul 2012 07:42:22 -0400 Received: by qafi31 with SMTP id i31so2753817qaf.8 for ; Tue, 03 Jul 2012 04:42:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4BQj71B19kkb1xzIaD4V4+GOzIoFUT8bCNpSU1wIplw=; b=bj0SqNg/DhSkV6hJ+PxdYOUyHOjCDu3Pz3X5tbVzChBhgGPDHHhaHkj0om2CreNCJp 8eJnA5GdxFFtOAs9GTIUZtrqoY9DSqdSKXMOFmbb59TQ7Gz5qxNogG3JdvMy94ssq3Yc Xkam8ypzM2j7A5MAXTSfnHnXHDRIqVtVDgF/jNYFCYKM7tOp7RKkT7k8BGTd8M19Pc/4 fHUixZb2dKPvvFJgN3W1cIIVrNoq4e6lJuZwoKioCA9BXjQZ4aNHTrMDFwCLgRWrBuBK 7VS8J8pmcEK30MQq0/vYxPZHVz5Wwea/ZIYCNETVsAEVQkzp0avVWWFoUNAFC4tYNsOX FaoA== MIME-Version: 1.0 Received: by 10.229.136.81 with SMTP id q17mr8654391qct.115.1341315739333; Tue, 03 Jul 2012 04:42:19 -0700 (PDT) Received: by 10.229.232.11 with HTTP; Tue, 3 Jul 2012 04:42:19 -0700 (PDT) In-Reply-To: References: <4FF1FD89.6090308@oracle.com> <4FF210F7.7070307@oracle.com> Date: Tue, 3 Jul 2012 07:42:19 -0400 Message-ID: To: Pierre Joye Cc: Christopher Jones , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [DRAFT RFC] Adding Simplified Password Hashing API From: ircmaxell@gmail.com (Anthony Ferrara) Pierre, > Simply by not allowing to change it. If one does not like it, it can > pass the option value as he wishes. > > An ini setting for that sounds wrong to me. Alright. I've pulled the ini option from the fork, and have updated the RFC to the same... Anthony