Created
July 22, 2016 06:37
-
-
Save piyushrajput/ea14d195030e59231aff8804fdfbdcbd to your computer and use it in GitHub Desktop.
install PHP mcrypt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install EPEL with yum | |
yum -y install epel-release | |
# install php-mcrypt | |
yum -y install php-mcrypt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment