sb3108sa / phpbrowscap

Automatically exported from code.google.com/p/phpbrowscap
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Firefox-4.0 not recognised #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using a beta version of the newest Firefox (4.0)
2.
3.

What is the expected output? What do you see instead?
Expected to identify as Firefox version 4.0. Instead identified as "Default 
Browser" with no version or platform information.

What version of the product are you using? On what operating system?
Mozilla/5.0 (X11; Linux x86_64; rv:2.0b8pre) Gecko/20101020 Firefox-4.0/4.0b8pre

Please provide any additional information below.
Probably due to the use of "Firefox/4.0" instead of "Firefox-4.0" in 
browscap.ini

Original issue reported on code.google.com by trecool...@googlemail.com on 24 Oct 2010 at 4:48

GoogleCodeExporter commented 8 years ago
Replacing Firefox/4.0 with Firefox-4.0 fixed the problem for me, but it's also 
unable to identify Google Chrome 6 on Ubuntu 10.04 x64 as well.

Original comment by trecool...@googlemail.com on 24 Oct 2010 at 4:57

GoogleCodeExporter commented 8 years ago
I have a similar issue with my mobile browser on android.
Its not identifying the browser or flagging it as mobile.

stdClass Object ( 
  [browser_name] => Mozilla/5.0 (Linux; U; Android 2.2; en-us; T-Mobile G2 Build/FRF91) AppleWebKit/533.1(KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
  [browser_name_regex] => ^.*$ 
  [browser_name_pattern] => * 
  [Browser] => Default Browser 
  [Version] => 0 
  [MajorVer] => 0 
  [MinorVer] => 0 
  [Platform] => unknown 
  [Alpha] => 
  [Beta] => 
  [Win16] => 
  [Win32] => 
  [Win64] => 
  [Frames] => 
  [IFrames] => 
  [Tables] => 
  [Cookies] => 
  [BackgroundSounds] => 
  [JavaScript] => 
  [VBScript] => 
  [JavaApplets] => 
  [ActiveXControls] => 
  [isBanned] => 
  [isMobileDevice] => 
  [isSyndicationReader] => 
  [Crawler] => 
  [CssVersion] => 0 
  [AolVersion] => 0
)

Original comment by tjste...@gmail.com on 19 Aug 2011 at 3:55

GoogleCodeExporter commented 8 years ago
Wrong issue tracker and wrong project to report this on.

Original comment by st.jonat...@gmail.com on 19 Aug 2011 at 3:59