Hello 馃憢,
I encountered an issue while testing the package with the full Browscap data. I used the example user-agent provided on PHP鈥檚 official documentation page for get_browser():
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3
This user-agent string works properly with PHP鈥檚 native get_browser() function, but when I test it through this package, it does not seem to be detected or parsed correctly.
Hello 馃憢,
I encountered an issue while testing the package with the full Browscap data. I used the example user-agent provided on PHP鈥檚 official documentation page for
get_browser():This user-agent string works properly with PHP鈥檚 native
get_browser()function, but when I test it through this package, it does not seem to be detected or parsed correctly.