Skip to content

Instantly share code, notes, and snippets.

@MnMTech
Last active August 29, 2015 14:22
Show Gist options
  • Save MnMTech/b3f1eb0f74f6339d3f4a to your computer and use it in GitHub Desktop.
Save MnMTech/b3f1eb0f74f6339d3f4a to your computer and use it in GitHub Desktop.
Install & enable PHP Mcrypt on Ubuntu 14.04
apt-get install php5-mcrypt
php5enmod mcrypt
service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment