3

I needed to change the PHP version (5.6.10) I was running for a project I was working on. I downloaded the PHP version I needed from the MAMP website, and put it in Applications/MAMP/bin/php. Restarted MAMP Pro, selected the new PHP version and tried to start the server, but got the "Apache wasn't able to start. Please check log for more information." error. Unfortunately the log is empty, so no help there.

If I revert to one of the original PHP versions (5.2.17 or 5.3.6) everything starts up correctly. I tried a bunch of different PHP versions and the only two that work are the ones that came installed with MAMP Pro originally.

Any thoughts as to what might be causing this issue?

I'm running Mavericks and have already renamed my envvars file to _envvars (when I first updated to Mavericks, as that was causing some issues as well).

Eric Wood
  • 579
  • 2
  • 9
  • 22

1 Answers1

0

Why don't you download MAMP with PHP 5.6.10 included?

Diego Fu
  • 410
  • 2
  • 10