Last active
January 2, 2017 10:52
-
-
Save r6m/c62b34a1704d7131710c to your computer and use it in GitHub Desktop.
how to enbale mcrypt php-mcrypt
This file contains 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
sudo apt-get install php5-cli php5-fpm php5-mcrypt | |
sudo php5enmod mcrypt | |
sudo service php5-fpm restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment