Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62920 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66872 invoked from network); 9 Sep 2012 16:23:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2012 16:23:25 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:62807] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/00-00296-C72CC405 for ; Sun, 09 Sep 2012 12:23:25 -0400 Received: by lbbgp3 with SMTP id gp3so762663lbb.29 for ; Sun, 09 Sep 2012 09:23:22 -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=mc46DWIIcz/Y+wCDPANGqaF4wgjAc1MFHtzUf3QHeEw=; b=klr9hywvibHKer0gPH9x5EHR8qgcjq0ciO2HkYU4r68AiLK964KiZ60xLAU5p3SSjS uniZcTwQk0SroLdtgWnVbFbaaULaLz6kki3dSaasJCTvROQux7io/zLk8pFhfhE7Wn+5 wVRTJobSqH6xer1Ssvq20gMBtJsNyvwqb/ToymFganhJbdrFDEdYjSCtK4CiV5iWZpSW oBpT85G0qvpECNM7EnNpRLdpnzoxJa5XECRd7+/O8doANGZctPnjZZSG+FdDoPqVxpBu Vy53phdkoAb9A8A2bZ7k8fcI7tijwwFFCo+5QW4irqHoHnXPDs5HR91b/q+D7xsL7bIM 8NAA== MIME-Version: 1.0 Received: by 10.152.147.130 with SMTP id tk2mr10178836lab.4.1347207801873; Sun, 09 Sep 2012 09:23:21 -0700 (PDT) Received: by 10.114.0.238 with HTTP; Sun, 9 Sep 2012 09:23:21 -0700 (PDT) In-Reply-To: References: Date: Sun, 9 Sep 2012 17:23:21 +0100 Message-ID: To: Anthony Ferrara Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [VOTE] Add simplified password hashing API From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Sep 4, 2012 at 3:16 PM, Anthony Ferrara wrote: > Hello all, > > I'm opening the vote for the simplified password hashing API indicated here: > > https://wiki.php.net/rfc/password_hash > I like the idea, but I don't understand why this isn't developed as an extension first and then brought into core when it has proven to work and actually simplify things for the user? Especially considering the patch is unfinished. -Hannes