laravel / valet

A more enjoyable local development experience for Mac.
https://laravel.com/docs/valet
MIT License
2.49k stars 691 forks source link

Bandage for 502 errors using Gettext/PostgreSQL/MongoDB #1452

Closed drbyte closed 6 months ago

drbyte commented 9 months ago

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 install after composer global upgrade laravel/valet -W to 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).

mattstauffer commented 6 months ago

Thanks so much @drbyte! My apologies for the delay.