Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61008 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41613 invoked from network); 27 Jun 2012 18:49:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2012 18:49:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=ww.galen@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ww.galen@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: ww.galen@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:61781] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/D0-36936-FB55BEF4 for ; Wed, 27 Jun 2012 14:49:35 -0400 Received: by wgbfg15 with SMTP id fg15so1073312wgb.11 for ; Wed, 27 Jun 2012 11:49:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=dJaPMsBBxd7rfwtsySq1Hx70lJaPAP70NVtQlTiMnYs=; b=MgdAWx9iP2SKhb1ni5O0z88YmX7V6j5eQsVgwwDx7yp5+2cAMoSyeTWvPQv8e6BLNS TkhiO2qSFEnL9pIO4dyxgqZYl/nS388LJIFDr+QVznInwLf/YIfGaDGOauR8KzLoLjO9 gyLXWatXmnuExSAHWNLJaWkH19LqKWrYlaTOryqtMkrnNC+yYXeVVlm8gmxsdKPX6ZkO 73Qs0WfHUQ8yrfrgAp3RUZI4V405HsMliszbUf5p76uFXf5j93TWCuovjMSdN251/sjU t5taP5vxIhsE2a3V+3OUa3/q4eGR8+5dAfvABdM+oMjer6KUrVZuFpv3AwZLUCZJ8iJ3 oIeQ== Received: by 10.180.24.68 with SMTP id s4mr6942213wif.4.1340822972688; Wed, 27 Jun 2012 11:49:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.41.40 with HTTP; Wed, 27 Jun 2012 11:48:52 -0700 (PDT) In-Reply-To: References: <20120627092217.GA16399@openwall.com> <20120627130734.GA17477@openwall.com> Date: Wed, 27 Jun 2012 11:48:52 -0700 Message-ID: To: Solar Designer Cc: PHP internals Content-Type: multipart/alternative; boundary=f46d043894c1fe6a7a04c378acac Subject: Re: [PHP-DEV] Adding a simple API for secure password hashing? From: ww.galen@gmail.com (Galen Wright-Watson) --f46d043894c1fe6a7a04c378acac Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Jun 27, 2012 at 11:37 AM, Galen Wright-Watson w= rote: > > On Wed, Jun 27, 2012 at 6:07 AM, Solar Designer wrote= : > >> [...] >> >> BTW, what version of PHP introduced the =3D=3D=3D comparison operator? >> I guess this should become the minimum version for phpass since this is >> highly desirable to use. >> > > =3D=3D=3D was added on Oct 19, 1999. php_version.h gives the version > as 4.0B3-dev. > > > http://git.php.net/?p=3Dphp-src.git;a=3Dcommit;h=3D65b152948e418e709893f6= d3343e967ca2a789bc > > I =E2=99=A5 git. > That commit turns out to be just a NEWS update. The actual change was made on the same day but was committed a few hours earlier. In any case, setting PHP 4.0 as phpass's minimum version should work. http://git.php.net/?p=3Dphp-src.git;a=3Dcommit;h=3D7a205f6087892996b2a2e3de= abcf8a714e4b9d96 Git log, why did you lead me astray? --f46d043894c1fe6a7a04c378acac--