Php-intl installation on XAMPP for Mac Lion 10.8

前端 未结 2 791
忘掉有多难
忘掉有多难 2021-01-16 06:43

Hi folks i am trying to install intl library on xampp for mac. I have installed php 5.3, so i just copied intl.so file from the php 5.3 location to Xampp bin folder. After t

2条回答
  •  耶瑟儿~
    2021-01-16 07:25

    I just ran this in Terminal.

    sudo pecl install intl
    

    Then just add

    extension=intl.so
    

    to php.ini.

提交回复
热议问题