ステップ 1. Homebrew を使用して ICU ライブラリをインストールする
まず、依存関係をインストールする必要があります。 intl パッケージの説明を引用すると、次のようになります。
「国際化拡張機能は、ICU ライブラリの機能を PHP に公開します。」
ICU ライブラリは、私たちの唯一の依存関係です。 Homebrew がインストールされている場合は、それを使用できます。あるいは、ソースからダウンロードしてコンパイルすることもできます。
homebrew の使用:
$ brew update
$ brew search icu# returns 'icu4c'
# returns 'icu4c'
Success. Install:
$ brew install icu4c
A couple of minutes to download and compile, and ICU is installed. PECL will prompt you for the path where the header files and stuff were installed; on my machine this was:
/usr/local/Cellar/icu4c/56.1/
Step 2. Install Intl with PECL
$brew install homebrew/php/php56-intl
Restart apache
$sudo apachectl restart
Step 3. Check!
Finally, check that the module is registered:
成功。インストール: $ brew install icu4c$ php -m | grep intl
# should return 'intl'
ダウンロードしてコンパイルするのに数分かかり、ICU がインストールされます。 PECL は、ヘッダー ファイルなどがインストールされたパスの入力を求めます。私のマシンではこれは次のとおりでした:
🎜/usr/local/Cellar/icu4c/56.1/🎜🎜🎜🎜ステップ 2. PECL で Intl をインストールする🎜🎜🎜🎜$brew install homebrew/php/php56-intl🎜🎜🎜🎜 Apache を再起動します🎜🎜🎜🎜$sudo apachectl restart🎜🎜🎜🎜ステップ 3. 確認してください!🎜🎜最後に、モジュールが登録されていることを確認します:🎜🎜🎜🎜$ php -m | grep intl# 'intl' を返す必要があります
🎜🎜🎜🎜phpinfo()を使用する2番目の方法🎜🎜参考链グラウンド址:http://darraghenright.tumblr.com/post/22027208929/installing-intl- package-on-osx-lion 🎜🎜').addClass('pre-numbering').hide();
$(this).addClass('has-numbering').parent().append($numbering);
for (i = 1; i 🎜').text(i));
};
$numbering.fadeIn(1700);
});
});
🎜
🎜
以上、OS X に PHP intl 拡張機能をインストールする方法について説明しました。側面の内容も含まれており、PHP 教則に関心のある友人の助けになることを望みます。
🎜
🎜