browscap / browscap

:page_with_curl: The main project repository
http://browscap.org/
MIT License
427 stars 70 forks source link

Missing new firefox for developers #503

Closed ghost closed 9 years ago

ghost commented 9 years ago

New firefox for developers released:

User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0

More Information: https://www.mozilla.org/en-US/firefox/developer/

ghost commented 9 years ago

Update: http://browscap.org/ua-lookup show correct version

Missing only in standard ini-version?

asgrim commented 9 years ago

What version are you using, @mariotheass ?

ghost commented 9 years ago

http://browscap.org/stream?q=PHP_BrowscapINI ... last cache reset today

asgrim commented 9 years ago

Which version exactly though? 5034? 5035? etc.?

On 11 November 2014 11:12, mariotheass notifications@github.com wrote:

http://browscap.org/stream?q=PHP_BrowscapINI ... last cache reset today

Reply to this email directly or view it on GitHub https://github.com/browscap/browscap/issues/503#issuecomment-62533261.

ghost commented 9 years ago

[GJK_Browscap_Version] Version=5035 Released=Tue, 04 Nov 2014 10:15:42 +0000 Format=php Type=

asgrim commented 9 years ago

Hmm. What method are you using to download and parse the files? The website uses the "full" version, but the only difference in the full/standard versions is the full version has additional properties - at the moment it contains the same number of UAs.

On 11 November 2014 11:27, mariotheass notifications@github.com wrote:

[GJK_Browscap_Version] Version=5035 Released=Tue, 04 Nov 2014 10:15:42 +0000 Format=php Type=

Reply to this email directly or view it on GitHub https://github.com/browscap/browscap/issues/503#issuecomment-62534645.

ghost commented 9 years ago

You are right. I have found the problem. You can close this issue. User agent was detected correctly now.

The problem: The browscap-php library from your site cant generate the browsercap.php in our system because the script needs more than 256 MB of memory. So the script used an old version which was version 5032.

asgrim commented 9 years ago

Thanks @mariotheass - yeah, that issue is already reported in browscap/browscap-php#20 :)