NOTICE: This package has been removed from pkgsrc

./wip/php-intl, Internationalization extension implements ICU library functionality

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 5.2.14.1.1.1, Package name: php5-intl-5.2.14.1.1.1, Maintainer: filip

Internationalization extension (further is referred as Intl) is a wrapper for
ICU library, enabling PHP programmers to perform UCA-conformant collation and
date/time/number/currency formatting in their scripts.

It tends to closely follow ICU APIs, so that people having experience working
with ICU in either C/C++ or Java could easily use the PHP API. Also, this way
ICU documentation would be useful to understand various ICU functions.


Required to run:
[textproc/icu] [lang/php5]

Required to build:
[devel/autoconf] [devel/libtool-base] [devel/automake]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2010-11-12 21:11:25 by Jaromir Dolecek | Files touched by this commit (3) | Package removed
Log message:
remove - duplicates textproc/php-intl

   2010-10-06 11:36:39 by Filip Hajny | Files touched by this commit (3)
Log message:
Updated wip/php-intl to 1.1.1.

Set PHP version accepted to 5.2. Use textproc/php-intl with 5.3.x.

Changes in 1.1.1
* Fix 5.3-only code in ResourceBundle

Changes in 1.0.3
* Add ResourceBundle APIs
* Bugfixes and error handling cleanups
   2009-10-08 13:49:54 by Filip Hajny | Files touched by this commit (4) | Imported package
Log message:
Import php5-intl-5.2.9.1.0.2 as wip/php-intl.

Internationalization extension (further is referred as Intl) is a wrapper for
ICU library, enabling PHP programmers to perform UCA-conformant collation and
date/time/number/currency formatting in their scripts.

It tends to closely follow ICU APIs, so that people having experience working
with ICU in either C/C++ or Java could easily use the PHP API. Also, this way
ICU documentation would be useful to understand various ICU functions.