Install intl PHP extension OSX High Sierra

前端 未结 12 1041
予麋鹿
予麋鹿 2020-12-01 04:39

How can I install intl PHP extension in PHP 7.1.7, which is delivered with osx high sierra?

12条回答
  •  旧巷少年郎
    2020-12-01 05:08

    Remove the following file with

    rm /usr/local/etc/php/7.1/conf.d/ext-intl.ini
    

    Worked for me, thanks to homebrew-core Issue

提交回复
热议问题