What version of PHP does Fast-name run?

You can find out the version of different programs that Fast-name run by logging into your Fast Name 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 .htaccess file in your FTP space

SetEnv DEFAULT_PHP_VERSION 4

Both PHP 4 and 5 are available on Fast-name's servers.

  • 87 Users Found This Useful
Was this answer helpful?

Related Articles

How can I upload my MySQL database?

There are numerous ways to upload a MySQL database, we would strongly recommend trying methods 2...

What modules are installed on the server?

Simply log into your Fast Name Control Panel and select Web Diagnostics. Under that section you...

What is PHP?

Self-referentially short for PHP: Hypertext Preprocessor, an open source, server-side, HTML...

Can I place a PHP script in any directory I choose?

Yes. PHP scripts do not have to reside in any particular directory and will run anywhere in your...

What file extensions can run PHP?

PHP will run all files with the following extensions by default:-.php.php3.php4.php5.php4 files...