I encountered this error after I upgraded my WordPress version:
Parse error: syntax error, unexpected 'new' (T_NEW) in
C:\xampp\htdocs\titaniumcobra\wp-content\plugins\exec-php\exec-php.php on line 22
This is the code in line 22:
$GLOBALS['g_execphp_manager'] =& new ExecPhp_Manager();
How can I debug this problem?