Openssl@3.0 instead of 3.4 version for PHP #5822
Unanswered
MikKuba
asked this question in
Everyday usage
Replies: 2 comments
-
We build formulae with the latest version of dependents wherever possible. You will need to manually edit the |
Beta Was this translation helpful? Give feedback.
0 replies
-
That version of PHP is no longer supported, so it won't be enabled in Homebrew/core, in addition to https://github.com/orgs/Homebrew/discussions/5822#discussioncomment-11638810 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
Hi,
I need to reinstall my php (at least php@8.0) with openssl@3.0.
I have set openssl to version 3.0:
% openssl version
OpenSSL 3.0.15 3 Sep 2024 (Library: OpenSSL 3.0.15 3 Sep 2024)
But the PHP still using version 3.4:
% php -i | grep "OpenSSL"
SSL Version => OpenSSL/3.4.0 (SecureTransport)
OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 3.4.0 22 Oct 2024
OpenSSL Header Version => OpenSSL 3.4.0 22 Oct 2024
Native OpenSSL support => enabled
The goal is to set openssl@3.0 also for PHP.
I've tried to reinstall PHP and few tips from ChatGPT, but without success.
Thanks for any hints!
Beta Was this translation helpful? Give feedback.
All reactions