blacknight
09-07-2002, 11:52 AM
Well it's out.... Php.net (http://www.php.net)
I was able to upgrade with my current configuration without any problems :D
I was able to upgrade with my current configuration without any problems :D
![]() | View Full Version : Php 4.2.3 released blacknight 09-07-2002, 11:52 AM Well it's out.... Php.net (http://www.php.net) I was able to upgrade with my current configuration without any problems :D DavidU 09-07-2002, 12:54 PM I went through the changelog here: http://www.php.net/ChangeLog-4.php I couldn't find any reason to upgrade on that list for me. Just a short list of bugfixes. I'm still waiting for the new ZE2 stuff :liplick: :liplick: -davidu blacknight 09-07-2002, 01:03 PM Personally I found that the compilation was a lot faster, so there were probably some other changes under the hood. The previous release had to be patched to use Sablotron, whereas this one detected it straightaway. mind21_98 09-08-2002, 10:02 PM At least it's not a security release. Whew! :) blacknight 09-08-2002, 11:46 PM Unfortunately this release comes with a few of its own problems in relation to form data :( so I had to downgrade to 4.2.2 There isn't any mention of anything on the PHP site so hopefully somebody will be able to shed some light... DavidU 09-08-2002, 11:53 PM Originally posted by blacknight Unfortunately this release comes with a few of its own problems in relation to form data :( so I had to downgrade to 4.2.2 There isn't any mention of anything on the PHP site so hopefully somebody will be able to shed some light... What do you mean? I actually upgraded out of boredom and haven't seen any problems? But...maybe I just haven't noticed... -davidu OldOne 09-09-2002, 11:20 AM Thanks for your info and we will also upgrade it. matt2kjones 09-09-2002, 01:31 PM yes this release is just bug fixes. I dont think i will upgrade to the newer release until a security fix is discovered blacknight 09-09-2002, 01:39 PM To follow up on my earlier post about the problems, the latest release causes a lot of problems with form data submissions, converting strings of text (eg. names ) and numbers (eg. telephone numbers) into illegible junk. It could be due to some bad programming in the original scripts in use, but as they worked fine on all previous releases downgrading seemed the only reasonable, though unconventional, solution to adopt. |