Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、Mac用のxamppにintlライブラリをインストールしようとしています。私はphp 5.3をインストールしたので、intl.soファイルをphp 5.3の場所からXampp binフォルダーにコピーしました。その後、extension=intl.so のコメントを外し、サーバーを再起動しました。それでも、phpinfo() で更新された intl が表示されません (エラー Class Locale が見つかりません)
これをターミナルで実行しました。
sudo pecl install intl
次に、追加するだけです
extension=intl.so
にphp.ini。
php.ini