changing from php5.2 to php5.6

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
I have a website that was written a few years back using php5.2, I have now gone over to php5.6 and the website doesn't work now! Does my website need to be completly re-written?
Any advice welcome..
Thanks
 
Are you a programmer? I'm surprised you could not find this answer on your own. See this php.net link:
http://php.net/manual/en/appendices.php
It has links about moving from version to version. No one should trust themselves to know what needs done. You check the final authority in this situation. You see what the changes are, you see what your code does, and then you program as needed to make it compatible with the new version.
 
Back
Top