Hi
I have just transferred my PHPrunner application to a new server. It was running very happily on the old server at PHP 5.2.6 - the new server uses PHP 5.3 (and I can't change it). My application now gives lots of errors such as . .
Deprecated: Function set_magic_quotes_runtime() is deprecated in /opt/lampp/htdocs/LINK/LINKrequestTEST/login.php on line 4
Deprecated: Function split() is deprecated in /opt/lampp/htdocs/LINK/LINKrequestTEST/include/dbcommon.php on line 7
Deprecated: Function split() is deprecated in /opt/lampp/htdocs/LINK/LINKrequestTEST/include/commonfunctions.php on line 1869
Is there a way to configure the PHP server to stop generating these warnings, or a new version of PHPrunner that is compatible with PHP 5.3?
regards
Mark