-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
browscap returns 'Default Browser' #47
Comments
Hi, I can't do anything with it unless you tell me what user agent is this for. |
so when it does not recognize the browser will return 'Default Browser'? Firefox 25.0.1 on OSX |
It's funny... cause that's not even documented in http://php.net/get_browser and yet I always assumed everybody knew that :) Yes, 'Default Browser' means that the browser was not recognized. Can you please paste the user agent string here? |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:25.0) Gecko/20100101 Firefox/25.0 FirePHP/0.7.4 |
these were not recoginzed as well for me Firefox 25 and Explorer 11 on Windows 7 |
I have too return 'Default Browser' IE 11: Opera 18: |
Me too. Firefox 26: And the object returned by getBrowser() contains almost nothing. But on my Chrome 31 it works OK. |
Getting the same here, but after manually retrieving the actual latest browscap.ini (5021-rc1), I do get the correct results.... Looks like there is something amok with the retrieval of the 'latest' version of browscap.ini... |
I think the main issue is that http://tempdownloads.browserscap.com/ no longer contains the latest version, but http://browscap.org/ does. so you can easily fix it: of course this should be done in the current source code. |
That's already in the current version... |
I get my checkout with composer and the latest version I had did not link to the new url. |
Aha! Updated. Try now. Packagist doesn't update automatically for this project though. |
browscap_obj->getBrowser()->Browser returns 'Default Browser'
The text was updated successfully, but these errors were encountered: