I have a few dozen PHP files that are running fine under PHP5.6 on the server. As soon as I change to PHP7 (any variant) all the website pages crash. So I'm guessing there are some incompatible bits. How do I find them? I've just been reading through:
www.php.net
and the 'deprecated' section but most of that doesn't appear in any of my scripts. Is there a good program, online tool, or list to help me find the sections that need to be changed in each script?
Any help appreciated.
PHP: Changed functions - Manual
and the 'deprecated' section but most of that doesn't appear in any of my scripts. Is there a good program, online tool, or list to help me find the sections that need to be changed in each script?
Any help appreciated.