Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61067 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61935 invoked from network); 2 Jul 2012 16:50:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jul 2012 16:50:03 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; 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:53604] helo=mail-qa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/07-26314-A31D1FF4 for ; Mon, 02 Jul 2012 12:50:03 -0400 Received: by qabj40 with SMTP id j40so2289193qab.8 for ; Mon, 02 Jul 2012 09:50:00 -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=S8nAzQ1Er+EqaCXJMcix97YdlrnMWuTLEnEigTZwuJo=; b=Az11aDCQDlil7m0b3fO9DNLSqhsfwxOT6ioGujdALiJRgwiSm0/cSWTPAHVgGG+r9k eiDyEivkfKUpUbYG6ICHadu2TtrKEoGw9FHVGAIoULaZcK1GFdZy+x5dyQYUN0RoKQs3 hw9HHcHwWhP2u/5WanfmEQB04HMwi0zQAjIWCWEnpe+g+E1eNh+Tp1ZwRDypYTK237sF cCyKApLZikjFPh2yVP7UkypQWNRN4km+2d8tO9mxhgnVZ2IOmOo9MQJo+ylrpJpACdnX VTbNvga2Llp3w1pkdnOkraP17j8ye6qV04pmN60P7oINcbnZRk02voaab0DXy+5bu3fk IobA== MIME-Version: 1.0 Received: by 10.224.109.196 with SMTP id k4mr24340146qap.92.1341247800050; Mon, 02 Jul 2012 09:50:00 -0700 (PDT) Received: by 10.229.232.11 with HTTP; Mon, 2 Jul 2012 09:50:00 -0700 (PDT) In-Reply-To: References: Date: Mon, 2 Jul 2012 12:50:00 -0400 Message-ID: To: Paul Dragoonis Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [VOTE] Hash_pbkdf2 From: ircmaxell@gmail.com (Anthony Ferrara) Paul On Mon, Jul 2, 2012 at 12:38 PM, Paul Dragoonis wrote: > I see no coding examples, just a function declaration. I've updated the RFC adding 2 examples. Anthony