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

Include whether the operating system is 64 bit or 32 bit #113

Open
Stadly opened this issue Aug 21, 2017 · 6 comments
Open

Include whether the operating system is 64 bit or 32 bit #113

Stadly opened this issue Aug 21, 2017 · 6 comments

Comments

@Stadly
Copy link

Stadly commented Aug 21, 2017

It would be great if information about the bit-width of the operating system could be included. Several of the providers give this information, so it shouldn't be too hard to do :)

@ThaDafinser
Copy link
Owner

Some have this information, but not that many.

For what you need this information?

@Stadly
Copy link
Author

Stadly commented Aug 23, 2017

On a software downloads page, I would like to highlight either the 32-bit or 64-bit version of each program, based on the user's operation system. Many users don't know whether they are running a 32-bit or a 64-bit operation system, so it's hard for them to choose which version to download.

@ThaDafinser
Copy link
Owner

Makes sense.

For now you could use the $result->getProviderResultRaw(); and depending on the provider there will be different fields field out.

@Stadly
Copy link
Author

Stadly commented Aug 23, 2017

Thanks :)

@NielsLeenheer
Copy link
Contributor

Software downloads is what I use it for too. WhichBrowser doesn't expose this, but I should probably add it.

@Stadly
Copy link
Author

Stadly commented Jan 23, 2018

Would you be interested in a pull request on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants