Bandage for 502 errors using Gettext/PostgreSQL/MongoDB#1452
Merged
mattstauffer merged 1 commit intolaravel:masterfrom Dec 21, 2023
Merged
Bandage for 502 errors using Gettext/PostgreSQL/MongoDB#1452mattstauffer merged 1 commit intolaravel:masterfrom
mattstauffer merged 1 commit intolaravel:masterfrom
Conversation
Many have reported that these changes "do" help the problem. And yet many others have reported that they make no difference. Closes laravel#1433 This PR is merely a bandage for a broader problem that exists in the PHP build for MacOS. See the issue referenced above for discussion and links to Homebrew and PHP repository discussions. The problem is not in Homebrew, but in the PHP build published by the PHP core. Chime in on the PHP discussion if you want to stir up more active participation for a proper fix, telling them that you're a Mac user encountering the fork segfaults (they won't care whether you're using Valet, but they will recognize if you mention Homebrew).
saibotk
added a commit
to saibotk/.dotfiles
that referenced
this pull request
Nov 20, 2023
Collaborator
|
Thanks so much @drbyte! My apologies for the delay. |
This was referenced Feb 21, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Many have reported that these changes "do" help the problem.
And yet many others have reported that they make no difference.
Your mileage may vary. But, contributing this PR for the benefit of those for whom it "does" help.
To activate: simply run
valet installaftercomposer global upgrade laravel/valet -Wto get the version of Valet this is merged into.Closes #1433
This PR is merely a bandage for a broader problem that exists in the PHP build for MacOS. See the issue referenced above for discussion and links to Homebrew and PHP repository discussions. The problem is not in Homebrew, but in the PHP build published by the PHP core. Chime in on the PHP discussion if you want to stir up more active participation for a proper fix, telling them that you're a Mac user encountering the fork segfaults (they won't care whether you're using Valet, but they will recognize if you mention Homebrew).