Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
So, it's just after lunch and I'm setting up my new webserver. I start hitting all the usual places to download my stuff (Apache, MySQL, etc.) and then I type in PHP.net ... only to find it lagging out...
I was like... wtf?!!?! I don't got time for this!! Then I read the top line and was like... sweet.
PHP 4.3.3 released!
[25-Aug-2003] The PHP developers are proud to announce the immediate availability of PHP 4.3.3. This release contains a large number of bug fixes and we strongly recommend that all users of PHP upgrade to this version. Full list of fixes can be found in the NEWS file.
There are several sites but each has only a few pages that are mostly PHP/Mysql to retrieve info from a db. They use pretty standard code (for 4.0.6), nothing appears too fancy or complex as far as I can see.
Are there any specific areas (in particular session handling, imap, mysql etc) that I should be aware of that will definitely need to have code changed to be operational with 4.3.3?
I would really appreciate any pointers cos this is going to be an uphill struggle, apart from having to read code I wrote 2 years ago (I hope my commenting was good), I will have to learn all the new functionality in 4.3.3.
I am hoping I won't have to completely rewrite any of the sites but I guess that's just optimistic.
Pandacoder: http://www.php.net/ChangeLog-4.php#4.3.3 would probably be the best source to see whats happened.
Personally, I think that the biggest change might be with the register_globals (see the passing variables link in my signature).
But there is a whole bunch of changes since 4.0.6, so just putting a finger on something that might be a problem for you sounds bad.