$ phpenv -v PHP 5.3.25 ....... の状態とする。 $ brew link icu4c $ brew link icu4c --force $ cd $ mkdir tmp $ cd tmp $ wget http://pecl.php.net/get/intl-3.0.0.tgz $ tar zxvf intl-3.0.0.tgz $ cd intl-3.0.0 $ phpize (phpモジュールをあとから拡張するコマンド) $ ./configure $ make $ make install $ cd ~/.phpenv/versions/5.3.25/etc/conf.d/ $ vi intl.ini # extension="/Users/(username)/.phpenv/versions/5.3.25/lib/php/extensions/no-