Install php-mcrypt on CentOS 6

前端 未结 18 2237
感动是毒
感动是毒 2020-12-02 13:15

I have been trying to install php-mcrypt for a while now. Everytime I get the \"No package php-mcrypt available.\" returned to me. Here\'s what I\'ve tried:

         


        
18条回答
  •  情话喂你
    2020-12-02 13:32

    For php 7 to install mcrypt run:

    Centos: sudo yum install php7.0-mcrypt to install

    On Ubuntu: sudo apt-get install php7.0-mcrypt

提交回复
热议问题