deadlyculprit Posted December 10, 2007 Share Posted December 10, 2007 hey people, please could someone tell me how to convert php 3.7 to php 4.0. it is for an online game i have set up i just want to upgrade the system ??? Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted December 10, 2007 Share Posted December 10, 2007 The end of life of php4 is the end of this year, in about 21 days. You should be converting to php5. Most code will work unchanged between php versions. However, most of the time there are php.ini configuration differences that you will need to accommodate. I would recommend that you setup a development system on a PC and try the code under php5. Then find and fix each issue with it. Quote Link to comment Share on other sites More sharing options...
zq29 Posted December 10, 2007 Share Posted December 10, 2007 What OS is running on the server? Also, your scripts are probably codeed with register_globals switched on, this is off by default on newer releases of PHP. Quote Link to comment Share on other sites More sharing options...
revraz Posted December 10, 2007 Share Posted December 10, 2007 Check to see how you are using POST and GETS, you may want to change them to the new style. Quote Link to comment Share on other sites More sharing options...
deadlyculprit Posted December 10, 2007 Author Share Posted December 10, 2007 mysql i tink if thats what u mean well i will look into converting into php 5 Quote Link to comment 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.