Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support latest guzzle promises #2697

Closed
wants to merge 1 commit into from

Conversation

GrahamCampbell
Copy link
Contributor

No description provided.

@GrahamCampbell
Copy link
Contributor Author

GrahamCampbell commented May 22, 2023

Support for super old and insecure versions of PHP is becoming quite problematic. Would AWS consider dropping PHP older than 7.2.5 on 30th June 2024 (or before this date) in order to be compatible with newer versions of Guzzle packages. Without doing this, soon, the AWS SDK may not actually be able to run on the latest versions of PHP nor on the latest Guzzle dependencies, due to the fact that PHP 8.3, 8.4, etc. support will not be introduced in EOL Guzzle dependencies. As a Guzzle maintainer, I take care to support old PHP versions longer than most, but there is a limit on how far Guzzle should do this, free of charge. Bug fix support for all Guzzle code that runs on PHP earlier than 7.2.5 has either already ended or will end soon, and similarly for security support:

  • guzzlehttp/guzzle v6 bug fix support has ended already and security support will end on 30th June 2024.
  • guzzlehttp/psr7 v1 bug fix support has ended already and security support will end on 30th June 2024.
  • guzzlehttp/promises v1 bug fix support will end on 31st December 2023 and security support will end on 30th June 2024.

Looking at the install metrics, it doesn't look like dropping PHP older than 7.2.5 would have too much of an impact, especially since people can keep using the older SDK version (which I would assume they have no problem with, given they are also using super old EOL PHP):

image

Another related issue: #2681.

@SamRemis
Copy link
Member

SamRemis commented May 22, 2023

Hi Graham,
We announced dropping support for versions below 7.2.5 in February which will be effective on August 15th, 2023. Totally agree with you here.

Please feel free to chime in or comment on the Github Discussion: #2638

@GrahamCampbell
Copy link
Contributor Author

Excellent news. 🎉

@bmckay959
Copy link

I'm also running into the issue mention in #2681

Is there a recommended fix in the meantime before August 15th?

@GrahamCampbell
Copy link
Contributor Author

You need to upgrade to the very latest version of this SDK, which may result in other packages begin downgraded, but if you do that, the SDK will work properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants