Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80426 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54820 invoked from network); 13 Jan 2015 00:52:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jan 2015 00:52:29 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.52 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.52 mail-qg0-f52.google.com Received: from [209.85.192.52] ([209.85.192.52:33755] helo=mail-qg0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/60-51796-B4C64B45 for ; Mon, 12 Jan 2015 19:52:27 -0500 Received: by mail-qg0-f52.google.com with SMTP id i50so98152qgf.11 for ; Mon, 12 Jan 2015 16:52:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=7LX6vUNYY5PjOwnQoP05+NIXScxaWFt482ZVCLM+hQw=; b=Y75IiSIgbz+xQ2dsa0QcCzd8LX2CdoSt8NhdqIv+80JJtixwrH2/IkZLToQl1ru7JX Hbuw2OZI1ZnFeGCu7Km3qOU6j5HhlLnNtRxvkArvwv1ou9g7ruzkwMOW6cXG4SYbDM/0 5rFT2bhqdUFEA5Bw0+FCP0HFPsG9GVCYEYVRVHbjqILO0XygQbTBF5Pjs1/Ta9tw8ggR HdCO3Lqotz9Pu0Q38NhFv2uKdeRR3BkQIikhdz9sF00fM6LHCv/Yy0W/mth3R15k3NyF 7OASe9lijor2sAlLV+c1fAjbW5ZHox6PTmVzaRvCM104E897MH/oCJ1nklsc56QlVEo9 Yy3g== X-Received: by 10.224.129.132 with SMTP id o4mr53966904qas.66.1421110343987; Mon, 12 Jan 2015 16:52:23 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.93.70 with HTTP; Mon, 12 Jan 2015 16:51:43 -0800 (PST) In-Reply-To: References: Date: Tue, 13 Jan 2015 09:51:43 +0900 X-Google-Sender-Auth: u7kkpdRMJpxAUybF45n20e9I1Bs Message-ID: To: Anthony Ferrara Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c2c72c3d776c050c7e0989 Subject: Re: [PHP-DEV] Crypt Warnings (was PHP 5.5.21RC1 is ready for testing) From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c2c72c3d776c050c7e0989 Content-Type: text/plain; charset=UTF-8 Hi all, On Sat, Jan 10, 2015 at 1:45 AM, Anthony Ferrara wrote: > It's worth nothing that failing is the currently documented behavior: > http://php.net/crypt > > Therefore, I'm suggesting we add an E_DEPRECATED error when we detect > an invalid STD_DES salt but still execute the fallback: > https://github.com/php/php-src/pull/989 > > Then in a future version (7.1, 8, whatever) remove the fallback and > keep the error along with returning a failure indication (*0). > > I'm open to tweaking the error message, and possibly changing to > E_WARNING if people think it's worth it. > > Thoughts? > +1 for merging it as bug fix. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c2c72c3d776c050c7e0989--