Search code examples
phpversionmamppecl

How to tell MAMP which version of PHP to use?


I've installed PECL for PHP on MAMP. Unfortunately, it is using php 5.3.6 which is different form the most recent version of PHP(which is 5.4.10 today). When looking a phpinfo, I see that it is not loading the php.ini file I want (5.3.6), it is loading the latest one (which is normal)

How to tell MAMP which version of PHP to use ?

Thanks


Solution

  • Check your Prefences pane. Should you want specific versions, you will need to install them manually or take a look at this thread.

    enter image description here