Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75575 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55050 invoked from network); 16 Jul 2014 01:55:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jul 2014 01:55:32 -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.215.49 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:61323] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/21-49478-39BD5C35 for ; Tue, 15 Jul 2014 21:55:32 -0400 Received: by mail-la0-f49.google.com with SMTP id hz20so155357lab.8 for ; Tue, 15 Jul 2014 18:55:28 -0700 (PDT) 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=H+Wu0XNnMXIV9CvHvEp5RyTZwOr06YYuHyhoPPOe0zI=; b=pzMT5sb+SEyIVOnjeE8hR7zRWKA0OQn2QMUFMzv6yfBfsOAchUZMmJpWfZ0u9pNoSs M0mFUuOA/0g8HR+QHI2G7qMO4qjYgggYEb8mCuVyIg16bPkf4mQMVa0wdRzFM0S+E1jB pf8vwz4u3Qb3mRt6G5OVQqQymu/8raX3VbKNiPIipTaP5m39iYsF+C/dt0EX/vwsKTyo LXQpvXDQ0/Q29/KmJJ+SMRRIWke/PmFsiV2I53sGRn/L+FNCgnapQkvce3zkyTy23PiN iFDEmdqDbMYmPX+ozyxOLHKgtIrA68UxM5vMSgY3eUPSWbn7mvZNZVNEiKSOxYXfTkae P6sA== X-Received: by 10.112.211.201 with SMTP id ne9mr21284694lbc.9.1405475728390; Tue, 15 Jul 2014 18:55:28 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.128.202 with HTTP; Tue, 15 Jul 2014 18:54:47 -0700 (PDT) In-Reply-To: <580CD1D1-036F-4C4B-94DE-F5E8CCBE3831@ajf.me> References: <61F23F13-DC8D-4C6B-A25C-E9B58B5EE602@ajf.me> <580CD1D1-036F-4C4B-94DE-F5E8CCBE3831@ajf.me> Date: Wed, 16 Jul 2014 10:54:47 +0900 X-Google-Sender-Auth: P-KqIpQmVPpZJMtHzMA232i4pzg Message-ID: To: Andrea Faulds Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c3c3f888022804fe45d1a3 Subject: Re: [PHP-DEV] crypt() BC issue From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c3c3f888022804fe45d1a3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Andrea, On Wed, Jul 16, 2014 at 10:47 AM, Andrea Faulds wrote: > > This change was done while ago, so it would not worth the effort to rel= ax > > the requirement now. IMHO. > > > > We may add optional flag to relax the limitation, though. > > I don't mind modifying crypt() or adding migration INI setting. > > Yeah, that=E2=80=99s my thoughts as well. We changed it for a reason, but= to avoid > breaking things, perhaps a migratory INI setting (which we=E2=80=99d even= tually > remove) is for the best. OK. I'll write a new RFC to add migration INI for this unless there aren't any more comments. - Add bool crypt_migration INI that is default to OFF for PHP 5.4 and up. - master will not have this INI. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c3c3f888022804fe45d1a3--