WhichBrowser / Parser-PHP

Browser sniffing gone too far — A useragent parser library for PHP

Home Page:http://whichbrowser.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove PHP version 5 and just be compatible with PHP 7 and 8 only

summercms opened this issue · comments

commented

It is a complete nightmare trying to work on this repo!

Here is a screenshot:

image

and

image

and this is the cause:

image

and

image

You have so many PHP versions all running at once and crashing on the network 90% of the time! So every time I try and create a pull request it fails all the time!

Just remove the PHP 5 versions!

No one should be using PHP 5 anymore! It is a big security risk and has many vulnerabilities!

Every server in the world now supports PHP 7 and greater and there really is no reason to support this version!

Likewise when PHP 8.0 comes out in a few months time Travis is going to crash even more!

Complete nightmare the setup in this repo at the moment - totally wasting many hours of my life which I wont get back.

See here how it's like to do a pr in this repo here: #365