Skip to content

Instantly share code, notes, and snippets.

@feryardiant
Created May 24, 2024 08:54
Show Gist options
  • Save feryardiant/2e7f898dcb27f82ce036a4bf2dafa4ba to your computer and use it in GitHub Desktop.
Save feryardiant/2e7f898dcb27f82ce036a4bf2dafa4ba to your computer and use it in GitHub Desktop.
Fix php-fpm 502 issue on M1 mac
<key>EnvironmentVariables</key>
<dict>
<key>OBJC_DISABLE_INITIALIZE_FORK_SAFETY</key>
<string>YES</string>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment