Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61046 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89787 invoked from network); 29 Jun 2012 17:14:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jun 2012 17:14:12 -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.49 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.216.49 mail-qa0-f49.google.com Received: from [209.85.216.49] ([209.85.216.49:38403] helo=mail-qa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/C5-62543-362EDEF4 for ; Fri, 29 Jun 2012 13:14:11 -0400 Received: by qabj40 with SMTP id j40so910980qab.8 for ; Fri, 29 Jun 2012 10:14:08 -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=ir0PRP1DAwIUK85QQs/3TcE3RIfeHU9Gu/AZvPBhZ+A=; b=pvZu0y295xjOUvZsHv1DPcjZ9nHX4t1hBYNo3l41FAvh6LwRknci+y9ipRjeBpP8fH ewnzFusgIi/KXvEug22LTOL64n50mt6ER5tyDMrgZz3nIPWRi1IcEdAvG3ZGMk0AaKv6 iKZxoeq4rpjxeeZyRJs4WDLDxNXLsTj/oJUXucRgB3J6EFoLe+bzekBmYXeJ94T4kvDb gSpGH3hYUbSNR3XIFRHsLFKlNI66Kerihimwgcv5IUosYRmVfYuqUT8lKUXfccPrp25p NqlL8AHGeJ53F7YWfDOQ7GPUeTq0oDHOh8TdWjlMle7JhB1vpCJN7JFpJeKoVjD1OdkG 0Puw== MIME-Version: 1.0 Received: by 10.224.78.195 with SMTP id m3mr5584850qak.1.1340990048820; Fri, 29 Jun 2012 10:14:08 -0700 (PDT) Received: by 10.229.232.11 with HTTP; Fri, 29 Jun 2012 10:14:08 -0700 (PDT) In-Reply-To: References: Date: Fri, 29 Jun 2012 13:14:08 -0400 Message-ID: To: Pierre Joye Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Add hash_pbkdf2 function From: ircmaxell@gmail.com (Anthony Ferrara) Pierre, > Quick reminder, it will be -1 from here if it targets 5.4, for all the > reasons I have been repeatedly explaining. I've updated the RFC to indicate such (that it's only targeting master (5.5)). Thanks, Anthony