Go Back   Web Hosting UK Forums | Linux Windows Dedicated Server and cPanel VPS Hosting Forum > Sales > WebHosting UK Services

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-24-2006, 07:18 AM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default Want to upgrade to Php 5

Are there any plans to upgrade to PHP 5 from 4.4.2?
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote
  #2 (permalink)  
Old 08-24-2006, 08:08 AM
Pumazooma's Avatar
Senior Member
 
Join Date: Jun 2006
Location: Oxford
Posts: 271
Default

That's going to potentially mess up a lot of phpBB forums. It's a little flakey with 5.
Reply With Quote
  #3 (permalink)  
Old 08-24-2006, 10:02 PM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default

Ditch 'em - who needs forums anyway lol
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote
  #4 (permalink)  
Old 08-24-2006, 10:22 PM
Administrator
 
Join Date: Mar 2006
Posts: 1,686
Default

both php5 and php 4.4.2 are working on one of our server. If you need php 5 then get in touch with our support staff and we will move your account to the server which has php 5.
Reply With Quote
  #5 (permalink)  
Old 08-25-2006, 12:10 PM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default

Once again I'm really impressed with the service. Many thanks for your response. I'm going to have a development project which will be using PHP 5 so I'll follow your advice.

Again, thank you.
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote
  #6 (permalink)  
Old 11-13-2007, 08:49 PM
new member
 
Join Date: Nov 2007
Posts: 2
Default

It is advisable to upgrade to php4 . re: this message on php.net

Quote:
Today it is exactly three years ago since PHP 5 has been released. In those three years it has seen many improvements over PHP 4. PHP 5 is fast, stable & production-ready and as PHP 6 is on the way, PHP 4 will be discontinued.

The PHP development team hereby announces that support for PHP 4 will continue until the end of this year only. After 2007-12-31 there will be no more releases of PHP 4.4. We will continue to make critical security fixes available on a case-by-case basis until 2008-08-08. Please use the rest of this year to make your application suitable to run on PHP 5.
Reply With Quote
  #7 (permalink)  
Old 11-14-2007, 12:05 AM
Administrator
 
Join Date: Mar 2006
Posts: 1,686
Default

Quote:
Originally Posted by smudgeit View Post
It is advisable to upgrade to php4
not sure if this is some sort of intelligent spambot or real person. If you are real then can you check original post from Kevin ?
__________________
Web Hosting UK - ASP MSSQL Hosting - cPanel Linux Hosting
AIM : webredback || msn : andrew @ webhosting.uk.com
Toll Free : 0808 262 0855
Reply With Quote
  #8 (permalink)  
Old 11-14-2007, 12:21 AM
new member
 
Join Date: Nov 2007
Posts: 2
Default

spam bot?? Just advising that php 4 is being discontinued
Reply With Quote
  #9 (permalink)  
Old 11-14-2007, 12:23 AM
Administrator
 
Join Date: Mar 2006
Posts: 1,686
Default

Quote:
Originally Posted by smudgeit View Post
spam bot?? Just advising that php 4 is being discontinued
Kevin wants to upgrade from php4 to php5. You said "It is advisable to upgrade to php4"

What should we consider when you post wrong information in your first post ?
__________________
Web Hosting UK - ASP MSSQL Hosting - cPanel Linux Hosting
AIM : webredback || msn : andrew @ webhosting.uk.com
Toll Free : 0808 262 0855
Reply With Quote
  #10 (permalink)  
Old 11-14-2007, 06:25 AM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default

Just a slip of the finger I'm sure Admin

Interesting to hear that development of PHP4 is stopping.
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote
  #11 (permalink)  
Old 11-14-2007, 07:19 AM
Dan's Avatar
Dan Dan is offline
Guru
 
Join Date: Aug 2007
Location: England, UK.
Posts: 671
Default

Yes but the files will always be available. I will never stop using PHP4 until i can re-write the whole of my system to be compaitable with it.
__________________
Webhosting.UK.com || cPanel VPS Hosting || Reseller Hosting || Support System || Billing System

Sales: 0808-262-0855
Support: 0800-612-8725
International: +44 191 303 8191
Reply With Quote
  #12 (permalink)  
Old 11-14-2007, 08:37 AM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default

What part of your system would not be compatible with PHP5?

It may be time to think about changing those parts because although PHP4 will be available bugs and security problems are not going to be fixed for much longer. The effects on any codebase of changing from 4 to 5 shouldn't be massive so have you tried running your code on the newer version. If you were writing new stuff then there are lots of changes you can make because of 5s greater support for OOP but for existing code transition should be pretty painless.
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote
  #13 (permalink)  
Old 11-14-2007, 09:29 AM
Senior Member
 
Join Date: Jan 2007
Posts: 932
Default

I changed to php5 and glad i did, fairly painless although I did some updating when I turned register_globals off.

I had a problem with a bug regarding date issues though. Extracting dates (timestamp) out of the database worked ok until it hit a row where there wasn't one, it them proceeded to through a wobbly.
I had to write conditions to combat the errors
__________________
West Dorset Community
Reply With Quote
  #14 (permalink)  
Old 11-14-2007, 09:44 AM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default

Was that being caused by PHP5 or was it being hidden by PHP4?
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote
  #15 (permalink)  
Old 11-14-2007, 01:51 PM
Senior Member
 
Join Date: Jan 2007
Posts: 932
Default

Good q Kev, I don't know! I think it went down as a bug but I can't find any reference now as i don't know the error mesage.
If you want, I can remove the condition on one of my sites and let you know!
__________________
West Dorset Community
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:50 AM.
Copyright 2002-2007 WebHosting.uk.com. All rights reserved.
Web Hosting UK Forum