I have one big php application running on php 4 but I want to move this application on php 5.2 but I am not sure whether it’s all functionally work on it or not as I don’t want to test full application again. So I want to know is there a way to find out compatibility of application with php versions.
Share
PHP5 come with major changes, I don’t think there’s such an automated way to check compatibility out there..
You’ll have to check all files manualy. use batch file text seach (and replace?) tools to look for functions, classes etc.
here’s your guide to start