Do you support PHP4?

Our servers run dual versions of PHP, both 4 and 5. PHP5 is active by default. 

To switch to PHP4, you can insert a .htaccess file into your webspace, containing the following line "SetEnv DEFAULT_PHP_VERSION 4". 

Also note that, you can find a complete and up-to-date module list for both PHP versions using the "PHPPerl Modules" icon.

  • 2 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....