NSW42 Posted October 21, 2007 Share Posted October 21, 2007 Heya, just a little bit of a insight if at all possible, is it very hard to convert some php4 scripts so they run on php5.... Many Thanks Quote Link to comment https://forums.phpfreaks.com/topic/74190-solved-php4-to-php5/ Share on other sites More sharing options...
wildteen88 Posted October 21, 2007 Share Posted October 21, 2007 php4 scripts should run on php5. php5 syntax is the same as php4 syntax. It depends on how the scripts have been coded. If the scripts reply on a setting called register_globals to be enabled then some parts of the script will need to be recoded. Quote Link to comment https://forums.phpfreaks.com/topic/74190-solved-php4-to-php5/#findComment-374734 Share on other sites More sharing options...
NSW42 Posted October 21, 2007 Author Share Posted October 21, 2007 ok, and no these wont run on 5 unfortuantly, I run them on 4 now, but thinking about going to another host, but they only supply 5 Quote Link to comment https://forums.phpfreaks.com/topic/74190-solved-php4-to-php5/#findComment-374737 Share on other sites More sharing options...
MadTechie Posted October 21, 2007 Share Posted October 21, 2007 Read this Backward Incompatible Changes Quote Link to comment https://forums.phpfreaks.com/topic/74190-solved-php4-to-php5/#findComment-374865 Share on other sites More sharing options...
NSW42 Posted October 22, 2007 Author Share Posted October 22, 2007 thanks for your input and will check that out Quote Link to comment https://forums.phpfreaks.com/topic/74190-solved-php4-to-php5/#findComment-375426 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.