Created
January 21, 2013 16:26
-
-
Save larryli/4587210 to your computer and use it in GitHub Desktop.
fix brew php-mcrypt bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew cleanup | |
brew remove mcrypt | |
rm /usr/local/etc/php/5.3/conf.d/ext-mcrypt.ini | |
brew install mcrypt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment