GaretJax / phpbrowscap

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

PHP 5 Compatibility - 5.3 not 5.x #21

Closed radmoose closed 12 years ago

radmoose commented 12 years ago

The README.markdown mentions that this is PHP 5 compatible.

As the code uses a namespace, it is 5.3.x+ compatible.

Has anyone made a modified version that is PHP 5 (or at least 5.2) compatible?

GaretJax commented 12 years ago

radmoose, you can find it a couple of commits behind, namely: https://github.com/GaretJax/phpbrowscap/tree/8dd776a529941b1bd3c8554f6056f9454206b1c8

GaretJax commented 12 years ago

Fixed in 5d98900