downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

요구 조건> <소개
Last updated: Tue, 28 Jul 2009

view this page in

설치/설정

Table of Contents



add a note add a note User Contributed Notes
설치/설정
dtrebbien at gmail dot com
25-Oct-2009 11:07
To install the intl extension on a Debian Lenny system, the following commands (as `root`) worked perfectly for me:
apt-get install php-pear php5-dev dh-make-php fakeroot libicu38 libicu-dev xsltproc
pear channel-update pear.php.net
pear upgrade PEAR
pecl channel-update pecl.php.net
pear install intl

Probably the first line can be replaced with just:
apt-get install php-pear php5-dev libicu38 libicu-dev

But, you may need some of the other packages.
s dot marechal at jejik dot com
25-Jul-2008 07:10
I have written a simple tutorial on how you can install the intl extension for PHP5 on Debian Lenny. It probably also works on anything derived from it, such as the recent Ubuntus or Linux Mint. You can find it at:

http://www.jejik.com/articles/2008/07/howto_build_and_install_the_intl_pecl_extension_for_php5_in_debian/

(This URL should be on one line of course)

요구 조건> <소개
Last updated: Tue, 28 Jul 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites