Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91720 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55649 invoked from network); 16 Mar 2016 22:20:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2016 22:20:07 -0000 Authentication-Results: pb1.pair.com header.from=larry@garfieldtech.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=larry@garfieldtech.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain garfieldtech.com from 66.111.4.26 cause and error) X-PHP-List-Original-Sender: larry@garfieldtech.com X-Host-Fingerprint: 66.111.4.26 out2-smtp.messagingengine.com Received: from [66.111.4.26] ([66.111.4.26:50874] helo=out2-smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/01-48430-61CD9E65 for ; Wed, 16 Mar 2016 17:20:06 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 547C720ED6 for ; Wed, 16 Mar 2016 18:20:04 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Wed, 16 Mar 2016 18:20:04 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=l1dJ33tukcpyVvl uPtpNrfWebKo=; b=X4NbDJc0FEjtbp6FIgwpyPkNevTAjE21ob3bi+AnnOyAO2z xiGW2rm0PSr/i79vUOKZi3T6MlfW058aOV0i9gRVP6PF0BiCCqmwGXsmmvhfic0Z YxFOaWsBTzpB4EzHhkNDN8Ny1ohHrfinZDdyR4/ISBJozFUFMnhdjIQ+pZqc= X-Sasl-enc: UWiwkkIE6YCUCu3NJZGwvo2NyoGL09/T+xggqDRkEMwA 1458166804 Received: from Crells-MacBook-Pro.local (unknown [63.250.249.138]) by mail.messagingengine.com (Postfix) with ESMTPA id 11C6CC00012 for ; Wed, 16 Mar 2016 18:20:04 -0400 (EDT) To: internals@lists.php.net References: <56E9D707.2040502@gmail.com> Message-ID: <56E9DC13.7090903@garfieldtech.com> Date: Wed, 16 Mar 2016 17:20:03 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Add IntlTimeZone::getWindowsID() and IntlTimeZone::getIDForWindowsID() to ext/intl From: larry@garfieldtech.com (Larry Garfield) On 3/16/16 5:16 PM, Sara Golemon wrote: > On Wed, Mar 16, 2016 at 2:58 PM, Stanislav Malyshev wrote: >>> Pretty basic RFC: There's new methods in ICU 52, wrap 'em up and make >>> 'em available. >>> Note that despite these APIs being windows focused, they are in fact >>> available on Linux. >>> They're just a database lookup, essentially. >>> https://wiki.php.net/rfc/intl.timezone.get-windows-id >> Looks pretty straightforward, and these are pretty simple, not even sure >> we need RFC for such small incremental additions, but in any case, let's >> do it :) >> > Yeah, I was tempted to just merge it and wait for someone to complain. > But that's no way to embrace openness. Besides, no rush to avoid the > delay for voting. :p > > -Sara > If it works on Linux just fine, why is it called Windows? Is that really what the ICU spec says to call them, rather than something meaningful? (That would be sad making if so.) -- --Larry Garfield