Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62943 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70126 invoked from network); 11 Sep 2012 06:14:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2012 06:14:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.210.42 mail-pz0-f42.google.com Received: from [209.85.210.42] ([209.85.210.42:63394] helo=mail-pz0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/57-33014-9C6DE405 for ; Tue, 11 Sep 2012 02:14:34 -0400 Received: by dalf4 with SMTP id f4so100470dal.29 for ; Mon, 10 Sep 2012 23:14:31 -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=ZfhZ1ouuEjvDExC2ivaI5ZisJriRZTs6agufdPLnzBM=; b=f5SBf6uk9ce2EQJsIAKosRZZeoUJDkvwcGwunncAlZBBWDoeB4FKmXXHd0B2lq8A8J 0Sp5KUDgw+PVIaPPtEBihslWY+3PXvkfUpwjKciqZfgM32f1ItFLd92Kl7OtdG1hmsao d7QCWj06J1wenzOtjHnh3VuhsZNCfP8DGABJLAPA6jYnUgtqhWUBemDZyOxCefJCqmcy 7b8xQq5iwxTfzVIRb2uXi6aQKehz3eWAZAXZIgnZ0a4GL0SyrswwHLq5OhFF9oF+PC3J e9o5j4K0mRhR/dN9v4PY+a/ZBXj3hsntL0INJGY+w9AePeRYJJ1PzzNDiGJZFyaI3ceu 9C5w== MIME-Version: 1.0 Received: by 10.66.77.10 with SMTP id o10mr21699806paw.6.1347344071295; Mon, 10 Sep 2012 23:14:31 -0700 (PDT) Received: by 10.66.15.70 with HTTP; Mon, 10 Sep 2012 23:14:31 -0700 (PDT) In-Reply-To: <504E6862.4080608@sugarcrm.com> References: <504E6862.4080608@sugarcrm.com> Date: Tue, 11 Sep 2012 08:14:31 +0200 Message-ID: To: Stas Malyshev Cc: Hannes Magnusson , Anthony Ferrara , "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [VOTE] Add simplified password hashing API From: pierre.php@gmail.com (Pierre Joye) hi Stas, On Tue, Sep 11, 2012 at 12:23 AM, Stas Malyshev wrote: > OTOH, PECL module that can be built in 5.3/5.4 too might be nice. Not > everybody is going to upgrade to 5.5 soon, so having them participate > would be good too. Maybe we could do it as a module and have it workable > as PECL too for those who are not on 5.5? PHP solution is not really the > same - if we have two separate codebases, nobody can be sure they > actually do the same thing. Yes, that's actually what I wanted to ask as well for this ext. But I'm not sure it is easy as it relies on PHP APIs which were no exposed in 5.3 nor 5.4. Maybe we could expose them in the next releases (to check which). However maintaining both core and pecl can be sometimes time consuming (hours matter, not days :), but it is definitively a great way to provide updates more frequently or to provide more tests releases (beta). Anthony, is it something you would consider? It could also help to speed up the adoption. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org