HostedFX Introduces PHP5!
We now have PHP4 and PHP5 on all of our servers. Both versions have been installed side by side (PHP5 was added after) and because of this in your cPanel you will only see PHP4.
In order to utilize PHP5 simply save all of your files using the extension .php5
If you wish to use solely PHP5 and not PHP4, instead of having to save your files using the extension, simply add the following line to your .htaccess
AddHandler application/x-httpd-php5 .php
And this way all of your files will default to PHP5.
===================================
PHP 4.4.6 (cli) (built: May 11 2007 16:47:19)
Copyright © 1997-2007 The PHP Group
Zend Engine v1.3.0, Copyright © 1998-2004 Zend Technologies
with the ionCube PHP Loader v3.1.24, Copyright © 2002-2006, by ionCube Ltd., and
with Zend Extension Manager v1.0.9, Copyright © 2003-2006, by Zend Technologies
with Zend Optimizer v2.6.2, Copyright © 1998-2006, by Zend Technologies
===================================
PHP 5.2.2 (cgi) (built: May 23 2007 17:30:43)
Copyright © 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright © 1998-2007 Zend Technologies
===================================
I hope you’re as happy about this as I am


