Site Tools


webhosting:what_php_version

Our webservers aren't all the same. The oldest runs PHP 4.4 but not for much longer. In June 2014, the newest has PHP 5.3.

Best way to find this out, with a ton of other information, is to make a short PHP file, containing this:

<? phpinfo() ?>

Put it on the server and call it in your browser.