Skip to content
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

Chrome 113 not detected with php_browscap Version=6001003 #2827

Closed
nileshpawarJIEM opened this issue Apr 7, 2023 · 7 comments · Fixed by #2880
Closed

Chrome 113 not detected with php_browscap Version=6001003 #2827

nileshpawarJIEM opened this issue Apr 7, 2023 · 7 comments · Fixed by #2880

Comments

@nileshpawarJIEM
Copy link

nileshpawarJIEM commented Apr 7, 2023

User Agent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'

browser_name_regex /^mozilla/5.0 (.*windows nt 10.0.win64. x64.).applewebkit.(.*khtml.like.gecko.).chrome/. safari/.$/
browser_name_pattern mozilla/5.0 (windows nt 10.0win64? x64*)applewebkit(khtmllikegecko)chrome/ safari/*
parent Chrome Generic
comment Chrome Generic
browser Chrome
browser_type Browser
browser_bits 64
browser_maker Google Inc
browser_modus unknown
version 0.0
majorver 0
minorver 0
platform Win10
platform_version 10.0
platform_description Windows 10
platform_bits 64
platform_maker Microsoft Corporation
alpha false
beta false
win16 false
win32 false
win64 true
frames true
iframes true
tables true
cookies true
backgroundsounds false
javascript true
vbscript false
javaapplets false
activexcontrols false
ismobiledevice false
istablet false
issyndicationreader false
crawler false
isfake false
isanonymized false
ismodified false
cssversion 3
aolversion 0
device_name Windows Desktop
device_maker unknown
device_type Desktop
device_pointing_method mouse
device_code_name Windows Desktop
device_brand_name unknown
renderingengine_name Blink
renderingengine_version unknown
renderingengine_description a WebKit Fork by Google
renderingengine_maker Google Inc

Checked on Windows 10 machine, php_browscap,ini Version=6001003

Chrome 113 not detected

@nileshpawarJIEM
Copy link
Author

can anyone please let me know when this issue going to fix?

@asgrim
Copy link
Member

asgrim commented Apr 28, 2023

can anyone please let me know when this issue going to fix?

When someone has time and inclination to submit a PR to fix it :) feel free to do that! There are help files in the Wiki, should you need help getting started, thank you!

@sivann
Copy link

sivann commented Jun 17, 2023

@asgrim so isn't browscap maintained any more? I have noticed it does not detect Chrome version for months. As Chrome support is pretty basic, it would be beneficial to denote lack of maintainers in the main page.

@asgrim
Copy link
Member

asgrim commented Jun 17, 2023

@asgrim so isn't browscap maintained any more? I have noticed it does not detect Chrome version for months. As Chrome support is pretty basic, it would be beneficial to denote lack of maintainers in the main page.

Yes, Browscap is still maintained. I'm happy to merge PRs to add this, and make releases when things are added, as I said previously.

If I get to it in the very little spare time I have, maybe I'll add it myself.

In the mean time, perhaps instead of complaining, submit a PR yourself. There is a guide on how to contribute in the wiki! Should be a case of adding some values to the JSON, and adding a test case with a sample user agent.

@JoergFF
Copy link

JoergFF commented Jul 19, 2023

Hello,

the same with firefox 115.0.2 and some versions before.

With PHP_BrowsCapINI and Full_PHP_BrowsCapINI Version 6001004

CU
Jörg

@paulrutter
Copy link
Contributor

paulrutter commented Jul 25, 2023

See for a similar pr: #2599

We used to put in PRs for new versions, but with the introduction of user agent client hints it's less of a priority for us, as we can get the missing information from there (at least for chromium based browsers).

That said, it would still be good to keep adding new versions to this project.

paulrutter added a commit to blueconic/browscap that referenced this issue Jul 25, 2023
- Add recent and future chrome, edge and firefox versions, up until 125
@paulrutter
Copy link
Contributor

Added a PR that adds the recent and future (up until 125) chromium based browsers in #2880.

We should also check iOS and Mac OS platform and browser versions, those might need an update as well.

paulrutter added a commit to blueconic/browscap that referenced this issue Jul 26, 2023
- Add Android webview, firefox on iOS and headless chrome
paulrutter added a commit to blueconic/browscap that referenced this issue Jul 26, 2023
paulrutter added a commit to blueconic/browscap that referenced this issue Jul 26, 2023
- Add two useragents, Chrome 115 on MacOSX and Chrome 115 on iOS
@github-actions github-actions bot locked and limited conversation to collaborators Jul 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants