Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77432 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90960 invoked from network); 22 Sep 2014 07:47:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Sep 2014 07:47:46 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 198.187.29.245 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 198.187.29.245 imap11-3.ox.privateemail.com Received: from [198.187.29.245] ([198.187.29.245:43892] helo=imap11-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/73-08225-124DF145 for ; Mon, 22 Sep 2014 03:47:45 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 15CE98800D2; Mon, 22 Sep 2014 03:47:42 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap11.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap11.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9hex4pTGRzrR; Mon, 22 Sep 2014 03:47:41 -0400 (EDT) Received: from [137.50.30.19] (oa-res-30-19.wireless.abdn.ac.uk [137.50.30.19]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id DB5298800DB; Mon, 22 Sep 2014 03:47:38 -0400 (EDT) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable Message-ID: Cc: Chris Wright , Pierre Joye , PHP internals X-Mailer: iPhone Mail (12A365) Date: Mon, 22 Sep 2014 08:47:34 +0100 To: =?GB2312?Q?K=A8=A6vin_Dunglas?= Subject: Re: [PHP-DEV] Internationalized Domain Name support in FILTER_VALIDATE_URL From: ajf@ajf.me (Andrea Faulds) > On 22 Sep 2014, at 08:18, K=A8=A6vin Dunglas wrote: >=20 > I'll implement optional (and not default) support of IDN in filter_var(). >=20 > Does anyone known if it's better to use libIDN (LGPL) or ICU (custom > license deviated from the X license) from a license point of view? We already use ICU in many places, so it's more likely to be available and p= eople can get IDN support "for free". I suppose, then, the license isn't an i= ssue. -- Andrea Faulds http://ajf.me/=