UserAgentParser php library test

Test with another user agent: my user agent, ie8 on win7, ie8 on vista (compatibility view), ie8 on vista, chrome on winxp, IE6 on winxp, safari on winxp, FF3 on winxp, opera 9.63 on winxp, Blackberry, opera 9.30 on Nintendo Wii, iphone, iPod touch, iPod, Android, PalmOS, safari on mac os X, opera 9.64 on win ME, opera 10.00 on XP, iron on win7, firefox 3.6 alpha on vista, firefox 3.5 alpha on win7, firefox nightly build,
Your user agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Browser info:
array(6) {
  ["id"]=>
  string(2) "SF"
  ["name"]=>
  string(6) "Safari"
  ["short_name"]=>
  string(6) "Safari"
  ["major_number"]=>
  string(1) "5"
  ["minor_number"]=>
  string(1) "1"
  ["version"]=>
  string(3) "5.1"
}
Operating System info:
bool(false)


UserAgentParser doesn't detect your Operating System or Browser properly?
Please submit your user agent string and the expected result to hello at piwik.org. Patches are also welcome :-) Thanks!