PHP Warning: PHP Startup: Unable to load dynamic library 'mcrypt.so'

前端 未结 6 1337
广开言路
广开言路 2021-01-05 11:19

I am trying to update laravel using composer update on ubuntu 06.04 but everytime i run composer update this warning always comes up.

PHP Warnin         


        
6条回答
  •  醉话见心
    2021-01-05 12:03

    For (>= PHP 7.3) you can use the following command:

    sudo pecl install mcrypt-1.0.2
    

提交回复
热议问题