php-5.6-xp icon indicating copy to clipboard operation
php-5.6-xp copied to clipboard

5.6.24 is out of date. The latest is 5.6.40

Open RomanPekhov opened this issue 5 years ago • 1 comments
trafficstars

Hello ProgerXP,

The latest PHP 5.6 version is 5.6.40. How about to upgrade to the latest version?

For instance, the webasyst framework requires at least PHP 5.6.25 for now. (The "PHP 5.2+" in readme is actually wrong.)

https://github.com/webasyst/webasyst-framework

RomanPekhov avatar Jan 16 '20 22:01 RomanPekhov

I have no plans of maintaining an up-to-date PHP 5.6 port. For my purposes current version works perfectly - you shouldn't be running PHP under XP in production anyway.

I doubt that any extension/framework can require a particular PHP 5.6.x version because this branch will never see any feature changes, only bug fixes. Thus if it supports 5.6.25 then it likely supports every minor release in this branch just as well. Especially since it's a pure PHP framework, not a PHP extension.

ProgerXP avatar Jan 17 '20 20:01 ProgerXP