Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91716 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49099 invoked from network); 16 Mar 2016 21:59:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2016 21:59:03 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.179 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.179 mail-pf0-f179.google.com Received: from [209.85.192.179] ([209.85.192.179:34592] helo=mail-pf0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/AF-48430-427D9E65 for ; Wed, 16 Mar 2016 16:59:00 -0500 Received: by mail-pf0-f179.google.com with SMTP id x3so90824788pfb.1 for ; Wed, 16 Mar 2016 14:59:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=IBl3YiozrtsFB314+80+usUhLY0+29hJJnKcC0Lxvro=; b=0hRvzP3kHqZH6ZMfyqGAm5A94jeFIRfj5L0VTRry1th27CPsRkMXBpnwz3u0UbeDim Ez2fnBryNCCkQuGhuyozwTPEfjsD+YZNVW8lRCGjiErtdq5frNqIdJBnnttKwRnqMnns H7kWXY3f51i6HoMfXTmTUgNNE+Y4Qwefb0XPZXh8XeraXD2fgFOOGKg+Mi/VLKj+j15M sikHHa93XaymggDz0iNiLXW9shewNtp7/umz2+wbv++/JZDB8uAhQ6VwdOhOd0uUihdn /vT3IapoN48V3lzJNpWNfIwS7Uc/7sENjNaCt9A7apI4/UZuWs4p1J34CI6QK3GssYEH s8uA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=IBl3YiozrtsFB314+80+usUhLY0+29hJJnKcC0Lxvro=; b=ec+2lulYq5twRZczwIhSUNsM+YM/GCpLSLxGX/+gr1gTQGUyQ0WQeWVH5GSFUX9UEP VBsrb6hEOohoOWDfi0Y+no5rZQAsFQ1z1BFIGYZyoAqpmgsu/5wSuSSmMEyG8FfeTvDe UAWffrDt/k3wD1bQ2wxusBUaScvLoo6WwIexO/W+ncvteyTszFEnSUHToRpiv2/03wKX qmfcPURQ17OdKVDaZpCeeicQKeNDqbO/cM+EOkhSgwftKqAVLqNB98beHQHhHctgeUAs wOw64QbZ1UXZEwQm1rd0qlKJRCDS7Om568kXQQTEZyFsorDhhiqML0+wA38iWQ0Ki/nH tgbw== X-Gm-Message-State: AD7BkJKM6NWnZZBXVztNzJF6CJKeEmTiAgR+iUN5lbmpfvNqZa/H/MRj2qrhAhhSBnEnlw== X-Received: by 10.98.15.142 with SMTP id 14mr9573142pfp.6.1458165537399; Wed, 16 Mar 2016 14:58:57 -0700 (PDT) Received: from Stas-Air.local (76-220-46-95.lightspeed.sntcca.sbcglobal.net. [76.220.46.95]) by smtp.gmail.com with ESMTPSA id v7sm7946800pfi.56.2016.03.16.14.58.55 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Mar 2016 14:58:56 -0700 (PDT) To: Sara Golemon , PHP internals References: Message-ID: <56E9D707.2040502@gmail.com> Date: Wed, 16 Mar 2016 14:58:31 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Add IntlTimeZone::getWindowsID() and IntlTimeZone::getIDForWindowsID() to ext/intl From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > 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 :) -- Stas Malyshev smalyshev@gmail.com