Is there any magic tools i can use to scan source code that was written for PHP4 to highlight deprecated functions in PHP5? I’m currently running the latest version of PHP on a server and need to port this code. Is there anything out there that can give me a hand?
Share
PHP 5.3 will throw an
E_DEPRECATEDwarning if you set your error reporting levels to show them.