Just did a fresh install of 5.1 on a test server running PHP 5.3.6-13ubuntu3.2 with Suhosin-Patch (cli) (built: Oct 13 2011 23:09:42)
ERROR(2) "/var/www/cchost/cchost_lib/cc-events.php"(222):
Parameter 2 to CCEditorials::OnGetSysTags() expected to be a
reference, value given [DATE & TIME][127.0.0.1][/submit/samples] An
error occurred
Replaced line 222 with:
//Rather stupid Hack for the call_user_func_array();
$Args = array();
foreach($args as $k => &$arg){
$Args[$k] = &$arg;
}
//End Hack
$results[] = call_user_func_array($callback,$Args);
all seems to be working ok now