Merge pull request #148 from DirtyF/patch-1

add phpbrew as a solution to handle PHP on Mac OSX
This commit is contained in:
Manuel Raynaud
2013-12-14 12:50:13 -08:00

View File

@@ -30,8 +30,8 @@ Requirements
If you use Mac OSX, it still doesn't use php 5.4 as default php version... There are many solutions for you :
* use linux (the best one)
* use last MAMP version and put the php bin directory in your path :
* use [phpbrew](https://github.com/c9s/phpbrew)
* use last MAMP version and put the php bin directory in your path:
```bash
export PATH=/Applications/MAMP/bin/php/php5.4.x/bin/:$PATH