Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85760 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72555 invoked from network); 9 Apr 2015 20:02:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Apr 2015 20:02:24 -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.215.41 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.215.41 mail-la0-f41.google.com Received: from [209.85.215.41] ([209.85.215.41:35946] helo=mail-la0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A7/A0-03620-FCAD6255 for ; Thu, 09 Apr 2015 16:02:24 -0400 Received: by lagv1 with SMTP id v1so97831947lag.3 for ; Thu, 09 Apr 2015 13:02:20 -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:content-transfer-encoding; bh=c0vK1x+A8XgDXCjFXdGOZrp2JWHaiJAGVJSvJhjhYxQ=; b=Fx4/mRy3g6L2VEuTrwmqMUsMULIsnIeFUNr/NLTwd2lXFH6D9wgm4tAF6NK/JwfEna RrQjDOzbBM/j/cbIY6BN7++4d6ZtV59pXLvB1xraag6JdFc0mxz3peTbEs2KKMahTCOd CJTfdOU3mCT+XxMtfv3qdGp60z6xDN1+33pNsAQO2NbLZjTXxFanJmkfJtgsuGLyvnAf FhMVG6EYZMZgyiauIcSCzZaPkBEw7vyAy/JfCh8s1ueAQ7800GTy9mct1O35+ChYUzqb GbIw3aXW+U/+slrkJLrFCLoL/rvNKn3byS8htya5A5Dd4CYe47eegUofywd0edO61EC5 PUzQ== MIME-Version: 1.0 X-Received: by 10.152.7.239 with SMTP id m15mr3965692laa.95.1428609740482; Thu, 09 Apr 2015 13:02:20 -0700 (PDT) Received: by 10.25.90.75 with HTTP; Thu, 9 Apr 2015 13:02:20 -0700 (PDT) In-Reply-To: References: <551B1DD6.1080709@gmail.com> Date: Thu, 9 Apr 2015 16:02:20 -0400 Message-ID: To: =?UTF-8?B?w4FuZ2VsIEdvbnrDoWxleg==?= Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] password_hash() deprecate salt option - thoughts? From: ircmaxell@gmail.com (Anthony Ferrara) I gave it some additional time in case others raised concern. I have since merged the deprecation of the salt option to password_hash() Thanks! Anthony On Wed, Apr 1, 2015 at 2:26 PM, Anthony Ferrara wrote= : > All, > > I've added a PR for this: https://github.com/php/php-src/pull/1213 > > Please review the implementation and the wording (as well as the behavior= ). > > I plan on merging this on Friday if there is no objection (as it seems > the support has already been unanimous with no hesitation). > > Thanks! > > Anthony > > On Tue, Mar 31, 2015 at 6:21 PM, =C3=81ngel Gonz=C3=A1lez wrote: >> No objections here either. >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >>