问题 I have a website on a server with php 4.4. (Yes, it exists) I must move it on an other hosting with php 7 I've tried in local, and it's full of errors and nothing works. For "scan" the files, I want make a script to find the old function and, after, one by one, "repair". Most of .php are "dirty scripts", not well organised but my job is only to move this website and adapt it to php7. But, I need to find the list of deprecated or incompatible functions from Php 4.4 to Php 7. Where can I find