Enabling mcrypt for php >= 5.4 in Ubuntu 13.10
Ubuntu 13.10 (Saucy) comes with PHP 5.5.3 and does not enable mcrypt by default. I am currently working on a personal project that requires to use mcrypt to encrypt and decrypt data. So I will need to enable it manually. To enable mcrypt is easy, simply following the steps below: …