Skip to content

Instantly share code, notes, and snippets.

@rijkvanzanten
Created December 25, 2016 20:15
Show Gist options
  • Save rijkvanzanten/5d91e9649de1dc00beddefbcc275f304 to your computer and use it in GitHub Desktop.
Save rijkvanzanten/5d91e9649de1dc00beddefbcc275f304 to your computer and use it in GitHub Desktop.
Mcrypt missing fix ~ MAMP
# .bash_profile / .zshrc
# make sure the php version is the version selected in MAMP
export MAMP_PHP=/Applications/MAMP/bin/php/php5.6.10/bin
export PATH="$MAMP_PHP:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment