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
At the moment, it looks like they're going to drop PHP 5.4 and 5.5. soon: stripe/stripe-php#552
We're currently using older Stripe lib which is PHP 5.3 compatible. However, for new features (like webhooks API etc) we gonna need to update it to the latest lib version, which requires PHP 5.4 at least.
Since it appears some of our customers are still using PHP <=5.3, we need to add a notice for them to upgrade their PHP to 5.4 at least.
The text was updated successfully, but these errors were encountered:
Its totally okay to up the minimum requirement to PHP5.4 or 5.5. When we release the new version with PHP5.4 as the minimum requirment, We will have a BIG notice in the "Change Log" that mentions this. So that should take care of it (since it is a very small portion of users who use older than PHP5.4).
At the moment, it looks like they're going to drop PHP 5.4 and 5.5. soon: stripe/stripe-php#552
We're currently using older Stripe lib which is PHP 5.3 compatible. However, for new features (like webhooks API etc) we gonna need to update it to the latest lib version, which requires PHP 5.4 at least.
Since it appears some of our customers are still using PHP <=5.3, we need to add a notice for them to upgrade their PHP to 5.4 at least.
The text was updated successfully, but these errors were encountered: