Mcrypt PHP extension required on Mac OS X

后端 未结 5 752
太阳男子
太阳男子 2021-02-12 15:28

I keep getting this error

Mcrypt PHP extension required

at the bottom after I run a composer update :

5条回答
  •  无人及你
    2021-02-12 16:01

    You'll need to add the line

     extension=mcrypt.so
    

    In your phi.ini file responsible for the CLI PHP version. To find where it is, run:

    php -i | grep 'Configuration File'
    

提交回复
热议问题