After yesterday update tests failed

My tests run on ubuntu 12.04 and failed due
php -n /usr/local/bin/composer install --no-interaction. Composer install without php.ini. My php extensions are missing in my system.
I find in google link https://discuss.circleci.com/t/php-composer-install-behaviour-changed/5956 with this advice: change build image to 14.04 and override config instruction to
"composer install --no-interaction".
My tests now fails and problem not solved and this page with advice as you can see - deleted.

Sorry for the changes.

We just reverted this update since it was causing issues. Your builds should pass as normal from now on.