Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101629 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14921 invoked from network); 19 Jan 2018 19:30:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2018 19:30:59 -0000 Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.162 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.162 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.162] ([81.169.146.162:23865] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/CE-12394-F67426A5 for ; Fri, 19 Jan 2018 14:30:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1516390252; s=strato-dkim-0002; d=kelunik.com; h=Content-Type:Cc:To:Subject:Message-ID:Date:From:References: In-Reply-To:X-RZG-CLASS-ID:X-RZG-AUTH; bh=0LxR6W5Vn22mgsWKiAGswXsqsqU04mJ4n3Qn1rz3zVo=; b=CCjsUEGB6/20MS4ShNKSu/jQ3Eb1v6QN6+FNbgNzNU4TwPPLJmrbKqG03hbaOGFqrU HL25eUdUq7gvRwxsKYZmB9MdEt1s98oF85MNyzTFQqEvltVNOsTeJvyTL84MwupYTvcP bNNvg4TLT0Lnb/HyV24oQflwmJm4iZ0ogwhb9GseFj2MRYMQ4jY3DH2PbTBTExlcqDkV sAI1Z6VhGebwdRbMDRf5YlQdOveOSFM2grYmdQ8B7XOU1hDnbl2yPqI1XuB/Cm6z+aJO wGppuKZOKXzzmVEJBqx4ceAEdFMoRPILlR6FhgsLix/vYnsLBikw2hUOKmSYEtnf39nI BdzA== X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mlsGbEv0XHBzMIJSS+jKTzde5mDb8AaBUcZiAqcA== X-RZG-CLASS-ID: mo00 Received: by mail-yb0-f176.google.com with SMTP id i13so1002930ybl.9 for ; Fri, 19 Jan 2018 11:30:52 -0800 (PST) X-Gm-Message-State: AKwxytfjZC8xNdSREFHMFjbpCHprlBKwOCrjo6/I9UVlsoxfwBxlXB2A g2vNQi9oBdLnMu2Wtt3x0h/oTb6yaVSHAf+AGnQ= X-Google-Smtp-Source: AH8x2277pV7krdwv2fov5FKS/bExnrGGvfHHEIZnWRbQjaQVQ7MB+QkFTHN7VmXNYtuOUTUDLdiicydupdUXadz/2Oc= X-Received: by 10.37.165.35 with SMTP id h32mr1846396ybi.297.1516390251423; Fri, 19 Jan 2018 11:30:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.160.100 with HTTP; Fri, 19 Jan 2018 11:30:51 -0800 (PST) In-Reply-To: References: Date: Fri, 19 Jan 2018 20:30:51 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Andrey Andreev Cc: Sara Golemon , PHP internals Content-Type: multipart/alternative; boundary="94eb2c19fae646ef240563261e36" Subject: Re: [PHP-DEV] ICU and the INTL_IDNA_VARIANT_2003 deprecation From: me@kelunik.com (Niklas Keller) --94eb2c19fae646ef240563261e36 Content-Type: text/plain; charset="UTF-8" 2018-01-19 20:09 GMT+01:00 Andrey Andreev : > On Fri, Jan 19, 2018 at 8:55 PM, Sara Golemon wrote: > > (Seriously though, who's on php 7.2, but hasn't updated ICU for that > > long?) > > Probably nobody yet. The issue was uncovered in code that assumed the > constant was available on 5.4+, as noted in the manual, but it turned > out there's people on 5.6, 7.0 who don't have it. Also PHP 7.1: https://github.com/zendframework/zend-validator/issues/193 We also had an issue report, but I can't find it currently, forgot to link it from the commit: https://github.com/amphp/uri/commit/2de94666447319d8695f2d11f3f005d5fee0876a I think we only have to bump the minimum version once 7.4 is out, because only 7.4 will change the default. You only get a deprecation notice now, which is totally fine. Regards, Niklas --94eb2c19fae646ef240563261e36--