Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91718 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52725 invoked from network); 16 Mar 2016 22:16:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2016 22:16:50 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.172 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.172 mail-lb0-f172.google.com Received: from [209.85.217.172] ([209.85.217.172:34092] helo=mail-lb0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/50-48430-F4BD9E65 for ; Wed, 16 Mar 2016 17:16:48 -0500 Received: by mail-lb0-f172.google.com with SMTP id k12so56963461lbb.1 for ; Wed, 16 Mar 2016 15:16:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=lR9LwPbIhiqExImzobY6vJoSKSAAnR/iMGdibHMT57s=; b=tmqAdnBu4aTizeGWfMwJrV/HF1PZ9Uh9s7s4Hxry4X6lOTM/IXSU8phsQWcBjmtTIj 7F3kVlfo0uzw5FSxpqcLbXrLNSz/gA8Rotr7lNUvguWs6QMYyUQG1ApRx8gF2G/mFVFY xSsKOc1/0BRnOaWq6sg/+Xse3UIbLi6AKUG/OZw/w4HzDWJpkpNYdjx9ESZ9aXBRPrfi lv2XbS7o36MpjE7xkrWO1t/z4d4MJcnSL2GrYRVR4INWPnQtjGN7ipUB1ZSNbmPeh4SC j6/cEEhy2nRZnOt01zFx7GoOucGwm2PsR0ZUy3lYCSvvc7TO9nSNurUZidKnMSmmZiXg Ok8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=lR9LwPbIhiqExImzobY6vJoSKSAAnR/iMGdibHMT57s=; b=hIXBeudFtbWELKjiWScxWlx7h2ICMMK7AED9a3C0oV6bMK3MGL0wOo66YqqS8VTh6/ qmlCM0lRnbhIseq4InmunNlt9gtXz897ATyX4vIBofRMOcmHi96YJpLq+qXBTAB5RXPP PRAc7WIkxjjNXPS6WUEgVZb2RDrPUt98YW5dpY3/2XpKuxzRkxWU14bTkpctyHhbUdV0 rjq/IMUkP6Y+onYAEBwSA6QdF82f7DFP8ryemnkKh4YmK3r1/l/uC6z/5sz7DAlUCo7i PPtLRUy23ADzJ35ahb2WWGR4DfR8Lj7Y2g4s54dOV7wHwGRkR4UG2q/JMeOmLtag8ZLT ullw== X-Gm-Message-State: AD7BkJLz4kWct3LbWC2wQiQcCYedRqk8uDHhzmj5Xdzo70QtLdNcVj2Wvmzuiynl5P+QB0RmwvRcZxaY4oVBvQ== MIME-Version: 1.0 X-Received: by 10.112.135.230 with SMTP id pv6mr2315793lbb.68.1458166605238; Wed, 16 Mar 2016 15:16:45 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.18.75 with HTTP; Wed, 16 Mar 2016 15:16:45 -0700 (PDT) X-Originating-IP: [107.198.91.68] In-Reply-To: <56E9D707.2040502@gmail.com> References: <56E9D707.2040502@gmail.com> Date: Wed, 16 Mar 2016 15:16:45 -0700 X-Google-Sender-Auth: DdlALbd4it2jrqAW4a2vs0LkpQE Message-ID: To: Stanislav Malyshev Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Add IntlTimeZone::getWindowsID() and IntlTimeZone::getIDForWindowsID() to ext/intl From: pollita@php.net (Sara Golemon) 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