Error: No available formula with the name “homebrew/php/php55”












0















Whenever I open a new terminal shell in macOS 10.12.6, there's a long pause and I get the following message:



Error: No available formula with the name "homebrew/php/php55"



I think this started happening when I upgraded my system php to 7.1.19. It is installed to /usr/local/bin/php. I removed all other brew taps related to PHP. There are no brew doctor related issues about php either.



I've checked my .bashrc, .bash_profile, .zshrc and aliases.zsh files for anything that might be referencing PHP, but I've found nothing.



I'm not sure where this error is coming from or how to remove it.



Any suggestions are welcome!










share|improve this question

























  • Please try to remove all php packages that you have brew remove php5, brew remove php7, or something like that, and later install it again. I had an issue with php versions some time ago, and solution more or less like that helped me.

    – acabala
    Oct 19 '18 at 15:03











  • Okay, I tried removing everything related to PHP from brew, and I reinstalled php 7.2, but no change. The error continues to appear. I also had a php-mcrypt in there, which removed, and I upgraded httpd. No luck.

    – andrewhl
    Oct 19 '18 at 15:40











  • Does brew doctor find anything?

    – bfontaine
    Nov 26 '18 at 10:24











  • Just a warning for unlinked kegs: python@2 and node. Nothing else.

    – andrewhl
    Nov 26 '18 at 23:10
















0















Whenever I open a new terminal shell in macOS 10.12.6, there's a long pause and I get the following message:



Error: No available formula with the name "homebrew/php/php55"



I think this started happening when I upgraded my system php to 7.1.19. It is installed to /usr/local/bin/php. I removed all other brew taps related to PHP. There are no brew doctor related issues about php either.



I've checked my .bashrc, .bash_profile, .zshrc and aliases.zsh files for anything that might be referencing PHP, but I've found nothing.



I'm not sure where this error is coming from or how to remove it.



Any suggestions are welcome!










share|improve this question

























  • Please try to remove all php packages that you have brew remove php5, brew remove php7, or something like that, and later install it again. I had an issue with php versions some time ago, and solution more or less like that helped me.

    – acabala
    Oct 19 '18 at 15:03











  • Okay, I tried removing everything related to PHP from brew, and I reinstalled php 7.2, but no change. The error continues to appear. I also had a php-mcrypt in there, which removed, and I upgraded httpd. No luck.

    – andrewhl
    Oct 19 '18 at 15:40











  • Does brew doctor find anything?

    – bfontaine
    Nov 26 '18 at 10:24











  • Just a warning for unlinked kegs: python@2 and node. Nothing else.

    – andrewhl
    Nov 26 '18 at 23:10














0












0








0








Whenever I open a new terminal shell in macOS 10.12.6, there's a long pause and I get the following message:



Error: No available formula with the name "homebrew/php/php55"



I think this started happening when I upgraded my system php to 7.1.19. It is installed to /usr/local/bin/php. I removed all other brew taps related to PHP. There are no brew doctor related issues about php either.



I've checked my .bashrc, .bash_profile, .zshrc and aliases.zsh files for anything that might be referencing PHP, but I've found nothing.



I'm not sure where this error is coming from or how to remove it.



Any suggestions are welcome!










share|improve this question
















Whenever I open a new terminal shell in macOS 10.12.6, there's a long pause and I get the following message:



Error: No available formula with the name "homebrew/php/php55"



I think this started happening when I upgraded my system php to 7.1.19. It is installed to /usr/local/bin/php. I removed all other brew taps related to PHP. There are no brew doctor related issues about php either.



I've checked my .bashrc, .bash_profile, .zshrc and aliases.zsh files for anything that might be referencing PHP, but I've found nothing.



I'm not sure where this error is coming from or how to remove it.



Any suggestions are welcome!







php bash terminal homebrew zsh






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 26 '18 at 10:23









bfontaine

9,35674474




9,35674474










asked Oct 19 '18 at 14:33









andrewhlandrewhl

621826




621826













  • Please try to remove all php packages that you have brew remove php5, brew remove php7, or something like that, and later install it again. I had an issue with php versions some time ago, and solution more or less like that helped me.

    – acabala
    Oct 19 '18 at 15:03











  • Okay, I tried removing everything related to PHP from brew, and I reinstalled php 7.2, but no change. The error continues to appear. I also had a php-mcrypt in there, which removed, and I upgraded httpd. No luck.

    – andrewhl
    Oct 19 '18 at 15:40











  • Does brew doctor find anything?

    – bfontaine
    Nov 26 '18 at 10:24











  • Just a warning for unlinked kegs: python@2 and node. Nothing else.

    – andrewhl
    Nov 26 '18 at 23:10



















  • Please try to remove all php packages that you have brew remove php5, brew remove php7, or something like that, and later install it again. I had an issue with php versions some time ago, and solution more or less like that helped me.

    – acabala
    Oct 19 '18 at 15:03











  • Okay, I tried removing everything related to PHP from brew, and I reinstalled php 7.2, but no change. The error continues to appear. I also had a php-mcrypt in there, which removed, and I upgraded httpd. No luck.

    – andrewhl
    Oct 19 '18 at 15:40











  • Does brew doctor find anything?

    – bfontaine
    Nov 26 '18 at 10:24











  • Just a warning for unlinked kegs: python@2 and node. Nothing else.

    – andrewhl
    Nov 26 '18 at 23:10

















Please try to remove all php packages that you have brew remove php5, brew remove php7, or something like that, and later install it again. I had an issue with php versions some time ago, and solution more or less like that helped me.

– acabala
Oct 19 '18 at 15:03





Please try to remove all php packages that you have brew remove php5, brew remove php7, or something like that, and later install it again. I had an issue with php versions some time ago, and solution more or less like that helped me.

– acabala
Oct 19 '18 at 15:03













Okay, I tried removing everything related to PHP from brew, and I reinstalled php 7.2, but no change. The error continues to appear. I also had a php-mcrypt in there, which removed, and I upgraded httpd. No luck.

– andrewhl
Oct 19 '18 at 15:40





Okay, I tried removing everything related to PHP from brew, and I reinstalled php 7.2, but no change. The error continues to appear. I also had a php-mcrypt in there, which removed, and I upgraded httpd. No luck.

– andrewhl
Oct 19 '18 at 15:40













Does brew doctor find anything?

– bfontaine
Nov 26 '18 at 10:24





Does brew doctor find anything?

– bfontaine
Nov 26 '18 at 10:24













Just a warning for unlinked kegs: python@2 and node. Nothing else.

– andrewhl
Nov 26 '18 at 23:10





Just a warning for unlinked kegs: python@2 and node. Nothing else.

– andrewhl
Nov 26 '18 at 23:10












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52894549%2ferror-no-available-formula-with-the-name-homebrew-php-php55%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52894549%2ferror-no-available-formula-with-the-name-homebrew-php-php55%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Ottavio Pratesi

Tricia Helfer

15 giugno