Skip to content

Instantly share code, notes, and snippets.

View eightamrock's full-sized avatar

Sam Napolitano eightamrock

View GitHub Profile
#!/usr/bin/sh
# Scipt for installing mcrypt.so extension for PHP 5.3.13 (default PHP for OS X 10.8 Mountain Lion)
mkdir /tmp/mcrypt
cd /tmp/mcrypt
curl --location --progress-bar http://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz/download | tar -zx
curl --location --progress-bar http://us.php.net/get/php-5.3.26.tar.gz/from/us.php.net/mirror | tar -zx