You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm considering making the minimum supported PHP version to be 5.3(.3?). I know 5.2 is deprecated and unsupported, but I also know that Phing is 5.2 compatible and there are still many people on 5.2.
Pros
Maintains compatibility with Phing
Still lots of users on 5.2
Cons
Outdated and unsupported PHP version
Not using Namespaces is a real drag
Might need to use Pyrus/PEAR2 if using Namespaces?
The text was updated successfully, but these errors were encountered:
I'm considering making the minimum supported PHP version to be 5.3(.3?). I know 5.2 is deprecated and unsupported, but I also know that Phing is 5.2 compatible and there are still many people on 5.2.
Pros
Cons
The text was updated successfully, but these errors were encountered: