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

Php8.2 #126

Merged
merged 4 commits into from
Sep 25, 2023
Merged

Php8.2 #126

merged 4 commits into from
Sep 25, 2023

Conversation

hnsr
Copy link
Contributor

@hnsr hnsr commented Aug 30, 2023

This avoids this scenario:

┌─── hans@hansbook:~
└╼ swp81
Warning: Already linked: /opt/homebrew/Cellar/php@8.1/8.1.22
To relink, run:
  brew unlink php@8.1 && brew link --force php@8.1
┌─── hans@hansbook:~
└╼ alias swp81
alias swp81='brew link --force php@8.1'
┌─── hans@hansbook:~
└╼ brew unlink php@8.1 && brew link --force php@8.1
Unlinking /opt/homebrew/Cellar/php@8.1/8.1.22... 40 symlinks removed.
Linking /opt/homebrew/Cellar/php@8.1/8.1.22...
Error: Could not symlink bin/pear
Target /opt/homebrew/bin/pear
is a symlink belonging to php@7.2. You can unlink it:
  brew unlink php@7.2

To force the link and overwrite all conflicting files:
  brew link --overwrite php@8.1

To list all files that would be deleted:
  brew link --overwrite --dry-run php@8.1
┌─── hans@hansbook:~
└╼ brew unlink php@8.1 && brew link --force --overwrite php@8.1
Unlinking /opt/homebrew/Cellar/php@8.1/8.1.22... 0 symlinks removed.
Linking /opt/homebrew/Cellar/php@8.1/8.1.22... 337 symlinks created.

If you need to have this software first in your PATH instead consider running:
  echo 'export PATH="/opt/homebrew/opt/php@8.1/bin:$PATH"' >> /Users/hans/.bash_profile
  echo 'export PATH="/opt/homebrew/opt/php@8.1/sbin:$PATH"' >> /Users/hans/.bash_profile

@hnsr hnsr requested a review from wimvdputten August 30, 2023 06:59
@wimvdputten wimvdputten merged commit 8a05ea3 into master Sep 25, 2023
@wimvdputten wimvdputten deleted the php8.2 branch September 25, 2023 13:51
@github-actions
Copy link

🎉 This PR is included in version 3.17.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants