Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101628 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12649 invoked from network); 19 Jan 2018 19:09:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2018 19:09:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.128.178 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.128.178 mail-wr0-f178.google.com Received: from [209.85.128.178] ([209.85.128.178:42785] helo=mail-wr0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/7E-12394-A72426A5 for ; Fri, 19 Jan 2018 14:09:48 -0500 Received: by mail-wr0-f178.google.com with SMTP id e41so2464345wre.9 for ; Fri, 19 Jan 2018 11:09:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=6Di5DYX3YdZuGccWDnFsYb9nOZ6eaJSjJGWIaVeGvzE=; b=J2DiCWvL31TUyYnk/ITw/QnBKN4ses+5XRRMeWDcTccw1EDNtBy2DHd8AAUEr0/Ptn JK7uo76sTvE8ZyfiTMH5+PXmGkVAKgKXq+g+/5NuHcUmEzrmWpyqyIuq6neNlm2D3L4L 52XCVlnNvU1sm5x6orpQqggci4uvzmv5ugXus= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=6Di5DYX3YdZuGccWDnFsYb9nOZ6eaJSjJGWIaVeGvzE=; b=k4wWI38yAM4eMDIYNeKbW5ZmDyB5ioY6/h1nblwe6watrmqiHYA/qTNfT687TRAXvL VZVP36M0inx9keQEaB2DiEP1ANRJpJiHFuXkN03r8ZaFinAdwU0VEALPBsS/4QIqA3E3 sFfS5+BwZbrjLpP0Qx3mzDCwNvT2KoLM1Oy3KL8ylEz9cqdDXMG4C3jqd1htsFOeAFbw aAIwPfrE+za/6inUk3oc7UzyDi8NQ6Fikylh25YoP37/zxMLsE31dpdyhL7hjayw9xIn Xi619G69qO5CDdqVrXEA7pIN3wPw5svl8VhFvo9M/rKU0YEYoPtGUdn9fHF3Zkt7nKi4 JiVQ== X-Gm-Message-State: AKwxytfuZw/73SzGGAsZ9MPsseEXwgxlFIVTeGu3FflErG89+bUbTdWw UphBX65u4+bQ1eAv/xGR7vlHn4nxWqB6eYG4nyEFEdJi X-Google-Smtp-Source: ACJfBotBig4SjDHo9v8EUxpenXef/kx63t0BHb3Nx6rvw3EY+oIRxs0le8oY7jnpfjt0RcsFU5W3ffMEYSG4KG8C7nQ= X-Received: by 10.223.182.153 with SMTP id j25mr2180935wre.43.1516388983218; Fri, 19 Jan 2018 11:09:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.138.230 with HTTP; Fri, 19 Jan 2018 11:09:42 -0800 (PST) In-Reply-To: References: Date: Fri, 19 Jan 2018 21:09:42 +0200 Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] ICU and the INTL_IDNA_VARIANT_2003 deprecation From: narf@devilix.net (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.