#Mister_Punk-php-support
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I'm not certain off-hand, but our repo says the most recent version of our PHP library supports PHP version 5.6.0 and later. Are you running into problems using it with 8.1?
https://github.com/stripe/stripe-php#:~:text=PHP 5.6.0 and later.
that info is incorrect
we're running with PHP 7.4
using your PHP library
I think you have outdated documentation in there so cannot rely on it
PHP 5.6 has been long discontinued and has no security patches for a while now so its not a safe version to use.. 7.4 has 1 more month until updates stop being issued leaving everyone who uses anything below 8.0 with a big security risk
We began officially supporting PHP 8.1 with our version 7.105.0 that was released near the end of last year:
https://github.com/stripe/stripe-php/releases/tag/v7.105.0
ahhh nice we have stripe API 7.1 on our servers
I was looking into migrating to 8.1 so need to check the APIs we use to make sure they're compatible before switching to 8.1 on our test environment ๐
thnx dunno why our dev installed 7.1 instead of latest version sorting it out with him now to upgrade
Happy to help!
I think its a bit confusing now to find updated documentation, on the support site it still links to an old version
You can also just look at the changelog
https://github.com/stripe/stripe-php/blob/v7.105.0/CHANGELOG.md
It lists all the major updates that we make to the library
I bookmarked the link to the changelog
nice ๐