Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61007 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39745 invoked from network); 27 Jun 2012 18:38:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2012 18:38:11 -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 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: ww.galen@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:47678] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/80-36936-2135BEF4 for ; Wed, 27 Jun 2012 14:38:11 -0400 Received: by wibhn17 with SMTP id hn17so2233681wib.11 for ; Wed, 27 Jun 2012 11:38:07 -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=w9GYXnJmapmfeSgKrAg10Aqd8KLnY6gB3C/86B7qRq8=; b=cHCwe70R5f04piDtrcutOHfAkeHA6tRxEosBGaSmzC1z6rxlPGVbpBEUquiJ1d0FD0 j4HCu+Zv8qAPOnsLEebpC79X4hzv0sOzbtmXhzG6FK87i8leC/h76hVOy/6rzF36evQ7 g8q4ciWJC39p2e4LOgC9FPKhCK/5XCsyy2aXF0JxQF078rkqAYubSHtgYZgwrdcIPviL zEWCcuBatEWuOBUpvWxZOkcyyHQqRXh61bpXTbVaaKpUcR8RVTRG3kYCq/dUg9+tZs3P S+fW3vXgAaCu2KE6Vxh6prFFvpWdC5kZfisKFklhZfnhHjXgbjeklJyHHjRwxyqBCTxY ruUQ== Received: by 10.216.217.135 with SMTP id i7mr10401672wep.218.1340822287478; Wed, 27 Jun 2012 11:38:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.41.40 with HTTP; Wed, 27 Jun 2012 11:37:27 -0700 (PDT) In-Reply-To: <20120627130734.GA17477@openwall.com> References: <20120627092217.GA16399@openwall.com> <20120627130734.GA17477@openwall.com> Date: Wed, 27 Jun 2012 11:37:27 -0700 Message-ID: To: Solar Designer Cc: PHP internals Content-Type: multipart/alternative; boundary=001636ef029926f1b104c3788429 Subject: Re: [PHP-DEV] Adding a simple API for secure password hashing? From: ww.galen@gmail.com (Galen Wright-Watson) --001636ef029926f1b104c3788429 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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.0= B3-dev. http://git.php.net/?p=3Dphp-src.git;a=3Dcommit;h=3D65b152948e418e709893f6d3= 343e967ca2a789bc I =E2=99=A5 git. --001636ef029926f1b104c3788429--