MacOS: installare php 5.6 con mcrypt
Alcuni software, es phpMyAdmin, richiedono php-mcrypt per poter funzionare. Per installare, su MacOS, la libreria mcrypt su php, la soluzione più veloce che mi sento di consigliarvi è usare brew. Per installare brew: /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” Per installare php 5.6 ed il modulo mcrypt: brew tap homebrew/dupes brew tap homebrew/versions brew tap homebrew/homebrew-php … Leggi tutto