What version of PHP does Heart Internet run?

You can find out the version of different programs that Heart Internet run by logging into your Planet HIppo Control Panel. Select the Web Diagnostics section and then select 'Paths and Versions'.

You can use different versions of PHP by changing the extension on the script in question. PHP5 is the default, so to use php5, leave its extension as .php. If you want to use PHP4 with a script, change the extension to .php4.

If you wish to default all .php scripts in your hosting space to use PHP4, but do not want to change the extension, place this line into a .htaccessfile in your FTP space

SetEnv DEFAULT_PHP_VERSION 4
Both PHP 4 and 5 are available on Planet Hippo servers.

  • 11 Users Found This Useful
Was this answer helpful?

Related Articles

Moodle gives a white page and reports memory issues.

Set the following in your php.ini put this in the root of your Moodle installation - this is...

Why isn't my custom php.ini working?

There are a few common reasons why custom php.ini files won't work.   Check the file...

Why is my scheduled task (CRON job) not running?

If the scheduled task did not run check the following before contacting support. 1) The file...

'Pretty' URLs not working in Concrete5

This problem with the Concrete5 script is related to the configuration of PHP on our systems, but...

My script needs a higher memory allocation, how do I increase it?

You can create your own php.ini file inside whatever sub-directory your script is in....