Jump to content

[SOLVED] Why are there so many php4 servers still out there?


ryy705

Recommended Posts

Hello,

 

Why are there still so many web servers out there with php4 installed?  I'm pretty sure that php4 is not being supported by userland any more and php6 has been released.  So why are the server admins reluctant to upgrade? Is there there any compatibility issue?

Link to comment
Share on other sites

Theres actually not too many compatability issues moving from php4 - php5. The main issue is different configurations. eg; register_globals

 

I guess alot of hosts are scared of breaking clients code.

 

Oh and ps. PHP6 is still a whiles off yet. If by released you mean available, then of course, you can get it. I wouldn't use it on any production servers however.

Link to comment
Share on other sites

Theres actually not too many compatability issues moving from php4 - php5. The main issue is different configurations. eg; register_globals

 

I guess alot of hosts are scared of breaking clients code.

 

Oh and ps. PHP6 is still a whiles off yet. If by released you mean available, then of course, you can get it. I wouldn't use it on any production servers however.

You worded it better.  Its not the actual code, but the settings.  Like magic quotes.  A lot of code relies on this being set to on because lazy programmers use stuff like this.  If you set it to off, which will be standard in php6, it will break the code that relies on it being on.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.