ICU+PHP=love
Posted by Stas on December 12, 2007
I’ve posted the first beta of PHP Internationalization extension, bringing support for some ICU functions to PHP. Documentation can be read in PHP manual, and the downloads are available on PECL site.
If everything goes well, we’d have that one in 5.3, and then probably add more functionality (suggestions welcome!).
December 13, 2007 at 4:34 am
PHP 10.0 Blog: ICU+PHP=love
In a new post on the PHP 10.0 Blog, Stas mentions …
December 13, 2007 at 7:00 am
[...] a new post on the PHP 10.0 Blog, Stas mentions his posting of a beta version of the Internationalization [...]
December 13, 2007 at 9:40 am
Please include a wrapper around the ICU’s regex engine!
December 13, 2007 at 10:22 am
Regular expressions not planned as of yet to be a part of it, but in the future maybe. I understand PHP 6 is supposed to have Unicode regular expressions.
December 17, 2007 at 6:26 am
Yeah, but PHP 6 will come out when the Sun burns out the Earth… They still do not know how they will structure things like namespaces in it…
Also, could you expose ICU’s fast string functions? Emulating this functionality in PHP is not so fast…
January 9, 2008 at 4:59 am
Someone’s in love
Adam @ TalkPHP.com - PHP Community
January 12, 2008 at 3:41 pm
Intl looks great and we would be happy to use it as a core part of our wiki software.
What would be nice to have is the date/time functionality (e.g. in MessageFormatter).
Using ICU project-wide would be great - a lot of things would be simpler.
thanks
Michal Frackowiak
June 10, 2008 at 8:45 am
I hope PHP 6.0 will come with more PECL inbuilt.