I had the same problem, downloaded the 5.6 /7 version and it worked fine.
Create phpinfo.php in your root dir (public_html)
Type http://yourdomain.com/phpinfo.php
If phpinfo.php not exist, create one and add the following code to it:
<?php
phpinfo();
?>...