GaretJax / phpbrowscap

Standalone replacement for php's native get_browser() function
MIT License
429 stars 69 forks source link

INI files headers are treated as a match pattern even if they are not ("WebTV" should not match anything) #33

Closed quentin389 closed 11 years ago

quentin389 commented 11 years ago

It's a problem with the ini files construction. See the bug report at https://github.com/browscap/browscap/issues/3

quentin389 commented 11 years ago

This is also an enhancement, because it overrides the default get_browser() behavior.

quentin389 commented 11 years ago

Fixed.

anna64000 commented 6 years ago

thanks