Is PHP 7.1 compatible with PHP Browser Detection script?
nsaillant
Status: New User - Welcome
Joined: 14 Feb 2014
Posts: 3
Reply Quote
Hi,

I was wondering if anyone here has tested PHP Browser detection 5.8.0 with PHP 7.1?

I am planning to update the php running on my server but I need to check if PHP Browser detection will continue to run smoothly first.

thanks!
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
Why wouldn't it be? Test it and see, that will take you a few minutes. Unlike other languages that like to insult PHP, php is made by adults who respect things like stability and long term support for features, plus years of deprecation warnings for features that will be removed. If it wasn't triggering deprecation warnings on 5.x latest, why would there be any issues? Unlike python, which loves to break language features between minor releases, and totally break them on major releases, PHP just chugs along, well designed, well maintained, and no real issues, beyond the rare move from say, mysql_ to mysqli_, which was announced and warned against for years before 7 appeared.

Since I use this stuff myself, it's made to actually work, and to never break user installs, including by pointless renamings without mapping to new names for old values, which means, the browser detection script will always drop in.

I always find it odd when more time is spent asking if something works than it takes to check to see if it works, lol.
Back to top
Display posts from previous:   

All times are GMT - 8 Hours