Pieter Jordaan
Pieter Jordaan
I opened a PR https://github.com/niklongstone/regex-reverse/pull/17
I think the multiple inheritance with a > marker (or something similar) is the simplest solution, but it is indeed interesting to think how it should be shown. I'm not...
A careful remark on the xargs solution: it will work when there are not too many files. There's a limit to number of arguments or you'll get `xargs: argument line...
I think the main issue is that http://tempdownloads.browserscap.com/ no longer contains the latest version, but http://browscap.org/ does. so you can easily fix it: $browscap = new Browscap($cache_dir); $browscap->remoteIniUrl = "http://browscap.org/stream?q=Full_PHP_BrowsCapINI";...
I get my checkout with composer and the latest version I had did not link to the new url.