add phpbrew as a solution to handle PHP on Mac OSX

This commit is contained in:
DirtyF
2013-12-14 20:24:22 +01:00
parent 4b67462416
commit 8e663964c1

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