Fatal error: Class 'NumberFormatter' not found

前端 未结 15 840
误落风尘
误落风尘 2020-12-28 13:08

I\'ve been using this exact same code for ages, and I have never had a single problem. Now all of a sudden it has stopped working.

I have read across the internet ab

15条回答
  •  礼貌的吻别
    2020-12-28 13:21

    outdated

    On Max OS X with PHP installed with the Homebrew, we can:

    We can check is module intl installed:

    $ php -m
    

    We can check module info:

    $ brew info php72-intl
    

    And install it with:

    $ brew install php72-intl
    

提交回复
热议问题