Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75811 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97835 invoked from network); 22 Jul 2014 03:12:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jul 2014 03:12:41 -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.192.54 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.54 mail-qg0-f54.google.com Received: from [209.85.192.54] ([209.85.192.54:59525] helo=mail-qg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/A1-14611-8A6DDC35 for ; Mon, 21 Jul 2014 23:12:40 -0400 Received: by mail-qg0-f54.google.com with SMTP id z60so6370132qgd.27 for ; Mon, 21 Jul 2014 20:12:38 -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=85YUrx06xPeyEK0XKjdijmgNqGS4PtTYQDlfpjx3J/Q=; b=Dc+WXFnYIjnQ8KDOKZiv6Lqq3galJe1T8aa/N2i/4xhgxmAV7Q0EcFU0zslouz1VdP GKyY45nJvwmklm9DBLHb73SeQItGrUZbO0HCRWjb4+kpqkUnFjtE1UwzcLc95+p5M8XZ wnN0zYK2IGsQNr2i61PGtr9qLuBW7npJQOFFFQK4x0UvbhGzbEuoQ7eVGh+UHgc+EAIG fzaVCepPKt7203KA8kaPLlypM+xvUsK4gZ+OlWtr5HUXKWui86iXLgab64WbjYl5loUY 2NNXIBh70WjJrggabGo0101l2mhTY3le+G/NGf8x+QVhmncAJ+hzmesyCelS+HTiopsn u4FA== MIME-Version: 1.0 X-Received: by 10.224.137.193 with SMTP id x1mr51560470qat.0.1405998758467; Mon, 21 Jul 2014 20:12:38 -0700 (PDT) Received: by 10.140.28.139 with HTTP; Mon, 21 Jul 2014 20:12:38 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Jul 2014 05:12:38 +0200 Message-ID: To: Yasuo Ohgaki Cc: Anthony Ferrara , David Muir , Adam Harvey , Tjerk Meesters , Sara Golemon , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] crypt() BC issue From: pierre.php@gmail.com (Pierre Joye) Hi Yasuo, On Tue, Jul 22, 2014 at 5:00 AM, Yasuo Ohgaki wrote: > Hi Anthony, > > On Mon, Jul 21, 2014 at 11:32 PM, Anthony Ferrara > wrote: > >> > E_NOTICE for password larger than 72 is mandatory. Current >> password_hash() >> > works without any sign of problem even if it may not be working as >> > authentication. >> > I'll add E_NOTICE as bug fix if there aren't any more comments. >> >> Could you please not. >> >> I have asked you to draft an RFC to justify what you intend to do >> (documentation, errors, etc) so that we may discuss it better. There >> is not a single person in this thread who has said "I think a notice >> is a good idea" except you. Yet you insist on just adding it as a "bug >> fix". Could you please just slow down, and write out the explanations >> so that we can have a meangingful discussion instead of just rushing >> through to commit ignoring what everyone is saying? >> > > I see you and Andrey against to have E_NOTICE for password_hash(). > There are only 2 persons to be correct. I don't know about IRC since I > don't it at all. I do not see any discussion about that on IRC, but I would rather not add it either. It brings little but more confusions. I would suggest to do what Anthony suggested and we will see the outcome. Cheers,