I had the same problem, so I added to the .htaccess
# Use PHP 5.3
AddType application/x-httpd-php53 .php
The result was that every php in the admin area tried to be downloaded instead of opening as a webpage (I couldn’t get to the add theme/plugin page)
My server is running PHP 5.3.27
Any other suggestions?