-
How do I update my PHP version?
I know very little about php or how it works, but after hunting around for ages, I found a post about making a little file to run either phpinfo() or phpversion() commands to find what version I'm running.
Apparently my account is still running PHP version 4.4.7
I'm trying to install some new components on my Joomla site, but I keep getting 500 errors & other various ones as the files attempt to copy across into Joomla, which (from what I've read) could have to do with trying to use php5 components on a php4 server.
Is there a way for me update it, or is that something I need to request support to do for me?
Next question - is there anything special I need to do with my site before/during upgrading?
Thanks for any help,
Hez.
-
Hello Hez,
All our shared hosting servers have multiple PHP versions support. You can easily change the version which your website uses, by following the simple instructions in this article of ours:
http://kb.siteground.com/article/How..._versions.html
-
It would not be possible to do this as you have a server that has PHP4. You need to consider an option of upgrading it. You should get in touch with your hosting provider for better assistance.
-

Originally Posted by
SaurabhJ
It would not be possible to do this as you have a server that has PHP4. You need to consider an option of upgrading it. You should get in touch with your hosting provider for better assistance.
First of all, that user is banned, so ignore his advise.
2nd of all, I am on a legacy PHP4 server, all you have to do if you want PHP5 in a directory is to create a .htaccess file and in it put:
AddHandler application/x-httpd-php5 .php .php4 .php5 .php3 .phtml
-
Hello,
Collin1000 is right here. Bear in mind, however, that .htaccess files work recursively. This means that this change will affect the current directory and all the folders under it. Therefore, if you want to change the PHP version for your entire site, just place the .htaccess file in your public_html folder.
You can check all the available PHP versions that we provide our customers with in this article:
http://kb.siteground.com/article/How..._versions.html
Personally, I would recommend you to use the PHP 5.2 version.
-
Php 5.3

Originally Posted by
Hristo.P
PHP 5.3 has been out for quite a while now. The above recommendation is over a year old. When can we use PHP 5.3?
Thanks
Similar Threads
-
By alex weber in forum General Joomla Discussions
Replies: 0
Last Post: 06-29-2010, 12:43 AM
-
By ALil'Hope in forum Customers' experience and suggestions
Replies: 3
Last Post: 06-16-2008, 03:54 AM
-
By Vince in forum Forum Applications
Replies: 2
Last Post: 05-09-2008, 02:40 PM
-
By gbfans in forum Forum Applications
Replies: 3
Last Post: 02-18-2008, 05:04 PM
-
By garrido in forum Other Software and Applications
Replies: 1
Last Post: 07-14-2006, 02:50 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Copyright © 2012 SiteGround.com Inc