diff options
author | adam <adam> | 2012-04-25 18:55:39 +0000 |
---|---|---|
committer | adam <adam> | 2012-04-25 18:55:39 +0000 |
commit | e9f427a81872a8ef8108e9ff02cf58793049a51e (patch) | |
tree | 5e8da72482894e537fb76f3a7bece89de089731e /textproc/php-intl/DESCR | |
parent | 99d302413692eaeba85b715db86f17445dc5de3b (diff) | |
download | pkgsrc-e9f427a81872a8ef8108e9ff02cf58793049a51e.tar.gz |
Changes 2.0.0:
* Fixed bug 61487 - bad bounds check in grapheme_strpos.
* Fixed several tests.
Diffstat (limited to 'textproc/php-intl/DESCR')
-rw-r--r-- | textproc/php-intl/DESCR | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/textproc/php-intl/DESCR b/textproc/php-intl/DESCR index ac504319f3f..c3e7e8b9ee6 100644 --- a/textproc/php-intl/DESCR +++ b/textproc/php-intl/DESCR @@ -1,14 +1,10 @@ PHP is a programming language designed to be embedded into web pages. - This module is an internationalization extension, 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. - +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. Intl consists of several modules, each of them exposes the corresponding ICU API: * Collator: provides string comparison capability with support |