0

I have installed the php version 5.6 and in order to run my laravel application it is asking to install and enable the mcrypt extension. These are the steps I followed.

brew install php56 php56-mcrypt
nano /etc/apache2/httpd.conf

Then editing the httpd.conf file I added the following.

LoadModule php5_module /usr/local/opt/php56/libexec/apache2/libphp5.so

But when I run the following command in order to check the "mcrypt" availability still it shows that it is not installed.

php -i | grep "mcrypt"
Dharman
  • 30,962
  • 25
  • 85
  • 135

1 Answers1

0

I made it working on mac or windows using the Xampp that uses php 5.6 and my issue with the mcrypt is gone.

E_net4
  • 27,810
  • 13
  • 101
  • 139
Jovylle
  • 859
  • 7
  • 17