30 Jul 2012 10:02
[PHP-DEV] Bringing users along ...
Lester Caine <lester <at> lsces.co.uk>
2012-07-30 08:02:53 GMT
2012-07-30 08:02:53 GMT
Having just been helping another unsophisticated user, the growing problem of incompatibility between versions is starting to hit harder. So can developers please start taking a little more care with the support of existing users! From w3techs ... http://w3techs.com/technologies/details/pl-php/5/all Over 60% of sites are still using 5.2 or before, and the majority of those are probably shared hosting where it is the ISP who decides which version is supplied. I'd love to know who is using PHP5.5! but 5.4 still only has a very small take-up after all this time. Moving people from 5.2 is probably going to be as bad as killing off PHP4 and 4.6% of sites are still using that! But the main problem starting to happen now is that developers are upgrading projects to use 5.3 and 5.4 features, but simply assuming that the user is working with the latest. 'Security warnings' get people to upgrade their own installs, but on top of a stack provided by their hosting company. Result ... sites stop working ... please can developers take a little more care checking for compatibility, and at least warn if something will not work on earlier versions of PHP. Promoting PHP5.4 to the distributions should perhaps be done a little more? SUSE still does not have even an experimental version of 5.4, and the private build doesn't work with it's own apache 2.4 or the stock 2.2. I had switched from using the stock builds to manually installing both apache and php, but this is opening up yet another can of worms. On three different 12.1 installations I now have three different structures of configuration setup :( and I'm not quite sure WHAT I did differently! I could wait for SUSE12.2 except that has been delayed due to problems making it stable again, and in any(Continue reading)
RSS Feed