If you’re trying to use Symfony2 with MAMP and you’re running the check.php file like the readme says; you’ll probably find that it fails the very first check for a timezone.
This is because running PHP from terminal will be using OS X’s PHP install. You’ll need to type:
/Applications/MAMP/bin/php/php5.3.6/bin/php check.php
from the /symfony/app/ directory to use MAMP’s PHP.
Now to solve the problem of Symfony2 incorrectly detecting my APC version.

