Page 1 of 1

difference between php 4.0 and php 4.3

Posted: Tue Jun 17, 2003 10:23 pm
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??

Posted: Wed Jun 18, 2003 3:47 am
by bjg
Read the news (change log) files from versions 4.0 to 4.3.

Posted: Wed Jun 18, 2003 4:06 am
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

Posted: Wed Jun 18, 2003 4:24 am
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