Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88475 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21971 invoked from network); 24 Sep 2015 13:40:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Sep 2015 13:40:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=fsb@thefsb.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=fsb@thefsb.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain thefsb.org designates 173.203.187.123 as permitted sender) X-PHP-List-Original-Sender: fsb@thefsb.org X-Host-Fingerprint: 173.203.187.123 smtp123.iad3a.emailsrvr.com Linux 2.6 Received: from [173.203.187.123] ([173.203.187.123:34136] helo=smtp123.iad3a.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/E0-12405-24DF3065 for ; Thu, 24 Sep 2015 09:40:19 -0400 Received: from smtp16.relay.iad3a.emailsrvr.com (localhost.localdomain [127.0.0.1]) by smtp16.relay.iad3a.emailsrvr.com (SMTP Server) with ESMTP id EDC9018015A for ; Thu, 24 Sep 2015 09:40:15 -0400 (EDT) Received: by smtp16.relay.iad3a.emailsrvr.com (Authenticated sender: fsb-AT-thefsb.org) with ESMTPSA id 6FFA21807AD for ; Thu, 24 Sep 2015 09:40:14 -0400 (EDT) X-Sender-Id: fsb@thefsb.org Received: from [10.0.1.2] (c-73-4-147-142.hsd1.ma.comcast.net [73.4.147.142]) (using TLSv1 with cipher DES-CBC3-SHA) by 0.0.0.0:465 (trex/5.4.2); Thu, 24 Sep 2015 13:40:15 GMT User-Agent: Microsoft-MacOutlook/14.5.5.150821 Date: Thu, 24 Sep 2015 09:40:12 -0400 To: php-internals Message-ID: Thread-Topic: Unicode regex roadmap Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3525932415_367988" Subject: Unicode regex roadmap From: fsb@thefsb.org (Tom Worster) --B_3525932415_367988 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit While PCRE2 upgraded to Unicode version 8, PCRE, which is in maintenance mode, will presumably remain on Unicode version 7 indefinitely. Does PHP have a roadmap for up-to-date regex, either with PCRE2 or some other lib? Tom --B_3525932415_367988--