difference between php 4.0 and php 4.3

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vbonk
Forum Newbie
Posts: 1
Joined: Tue Jun 17, 2003 10:23 pm

difference between php 4.0 and php 4.3

Post by vbonk »

The guy who is designing our website says he can't run the php 4.3 code he wrote the site with on a server that has 4.0 - could this be possible? What is the difference between the 4.0 version and the 4.3??
bjg
Forum Newbie
Posts: 15
Joined: Tue Jun 10, 2003 9:42 am
Location: .au

Post by bjg »

Read the news (change log) files from versions 4.0 to 4.3.
User avatar
releasedj
Forum Contributor
Posts: 105
Joined: Tue Jun 17, 2003 6:35 am

Post by releasedj »

There are lots of BIG differences between 4.0 and 4.3 and it doesn't surprise me that his code won't run on your server.

You should upgrade your PHP version as there have been some security updates since then, and it's always best to be up-to-date.


Kelvin
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Definitely upgrade, 4.0 is very out of date and there are a number of changes that were made between 4.0 and 4.1 that would mean that code written for 4.1 and up will not neccessarily work on 4.0.

Mac
Post Reply