ProgerXP / php-5.6-xp

PHP 5.6.24 port for Windows XP (x86 SP3, x64 SP2)
16 stars 2 forks source link

5.6.24 is out of date. The latest is 5.6.40 #13

Open RomanPekhov opened 4 years ago

RomanPekhov commented 4 years ago

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

ProgerXP commented 4 years ago

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.