Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36887 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45344 invoked from network); 8 Apr 2008 22:05:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Apr 2008 22:05:26 -0000 Authentication-Results: pb1.pair.com header.from=dz@bitxtender.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dz@bitxtender.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain bitxtender.com from 80.237.132.12 cause and error) X-PHP-List-Original-Sender: dz@bitxtender.com X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Received: from [80.237.132.12] ([80.237.132.12:50224] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/AC-09615-22CEBF74 for ; Tue, 08 Apr 2008 18:05:24 -0400 Received: from dslb-088-064-209-013.pools.arcor-ip.net ([88.64.209.13] helo=[192.168.0.100]); authenticated by wp005.webpack.hosteurope.de running ExIM using esmtpsa (TLSv1:RC4-SHA:128) id 1JjLwN-0001pF-Ry; Wed, 09 Apr 2008 00:05:19 +0200 Cc: Pierre Joye , Andi Gutmans , Lester Caine , PHP internals Message-ID: To: Stanislav Malyshev In-Reply-To: <47FBCFB6.2050107@zend.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 9 Apr 2008 00:05:19 +0200 References: <47F463F0.4030407@zend.com> <47F68136.8040908@zend.com> <698DE66518E7CA45812BD18E807866CE0175729A@us-ex1.zend.net> <47FBA5A7.1070600@zend.com> <47FBBF0F.4080505@zend.com> <47FBC8F5.6030709@zend.com> <47FBCFB6.2050107@zend.com> X-Mailer: Apple Mail (2.919.2) X-bounce-key: webpack.hosteurope.de;dz@bitxtender.com;1207692324;aaea5be9; Subject: Re: [PHP-DEV] intl naming From: dz@bitxtender.com (=?ISO-8859-1?Q?David_Z=FClke?=) Off the top of my head, ICU has this "path" style syntax to query CLDR data. I think that would be pretty important - the data is there, and grabbing it shouldn't be too difficult (can't check right now, but it's something like $locale->getInfo('currencyNames/EUR/long') or whatever). I also agree on the DateTime thing, and I, too, wonder why we need a procedural API for this - especially since it makes error handling so much easier (exceptions everywhere and done). David Am 08.04.2008 um 22:04 schrieb Stanislav Malyshev: > Hi! > >> Will you agree to extend the Locale API to provide more informations? > > If it makes sense and consistent with what ICU has - sure. > > -- > Stanislav Malyshev, Zend Software Architect > stas@zend.com http://www.zend.com/ > (408)253-8829 MSN: stas@zend.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >