-
Notifications
You must be signed in to change notification settings - Fork 53
Cannot install php@7.1 on macOS Catalina #27
Comments
Hi @claudiu-cristea
I had two versions of
Because I had been trying to install it before.
|
I also met here |
@claudiu-cristea I'm not sure if you've resolved for your needs, but in case you found a similar issue as me (after experiencing the issues both in #24 and #27 here), described as:
And finally after two days of struggle I could continue on with my original project. Thank you @claudiu-cristea and @moby18 for asking and answering these questions. Saved my sanity. |
Thank you everyone posting above. I hope this post brings all the info above into one place. At one point I installed PHP 7.4 with Homebrew when working on another project, but wanted to go back to 7.1. This meant I had an even newer version of icu4c that had to be switched out.
|
I would recommend checking out https://github.com/shivammathur/homebrew-php. I just found out about it but it as of now is actively maintained unlike exolnet's version here. |
I'm stuck with similar issues - and like @moby18 When i run this is a real pain! |
@Chrisedmo did you solve it? |
Hi! Thank you for your interest in this repository. Unfortunately, this repository will now be archived with no further actions. We are sorry for the inconvenience. Why are we closing this repository? This repository was only meant as a temporary measure, not a permanent one. Its only purpose was to ease the transition, considering that formulae from the homebrew-core tap are removed almost the day they became unsupported by the vendor. We needed a few more months to allow us to upgrade the code base of the various projects we have. But it was always with the intention of doing those upgrades, not by relying on a repository to keep old php versions artificially alive. We do not condone the use of deprecated software that could lead to serious security vulnerabilities. Why are we not redirecting to another repository? Redirecting to another repository could be interpreted as an endorsement of said repository. If we were to do such a thing, we would not do it without vetting it first. And we do not wish to put the time and energy required in a vetting process of a third party repository. As the reason why a vetting process would be required, consider this. Before installing a software library on all our developer computers from an untrusted source, we would need to make sure that this software library is free from any malicious code (Trojan, ransomware, etc.), both in the repository itself and in the packaged binaries (the homebrew bottles, if any). Thank you for your understanding. |
I tried:
This shows the error:
The suggested fix
brew postinstall exolnet/deprecated/php@7.1
didn't work eitherThen I tried to install from source:
This crashes with:
Any idea?
The text was updated successfully, but these errors were encountered: