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

PHP 5.6 - OpenSSL compatibility improvement #2667

Closed
wants to merge 2 commits into from
Closed

Conversation

zsalab
Copy link

@zsalab zsalab commented Aug 1, 2017

Support for different OpenSSL version like

  • 1.1.0f (Debian Stretch)
  • 1.0.1t (Debian Wheezy & Jessie)
  • 0.9.8o (Debian Squeeze LTS)

Obviously the developers should upgrade the PHP code to the 7.x PHP but with some legacy code it just not possible that fast. OpenSSL 1.1 support can help the Sysadmin and Developer teams to solve the problem and upgrade the code but the meanwhile they can use PHP 5.6 on new Linux distributions

@KalleZ
Copy link
Member

KalleZ commented Aug 1, 2017

cc @bukka

@nikic
Copy link
Member

nikic commented Aug 1, 2017

As PHP 5.6 is no longer actively supported only security fixes may land on this branch. As this change does not fall in this category, I'm closing this PR. (All higher versions of PHP already have OpenSSL 1.1 support.)

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