I have a rather large PHP script written in PHP 5.3, but I have now moved to a new server that has 5.4.
Is there away in which I can make the PHP 5.4 backward compatible.
Failing that is there an easy way in which I can convert the script I have, which is well over a thousand files into 5.4
I really don't want to start over.
As always, any help is appreciated.