2023/04/19

macOS Install PHP Swoole

# Install OpenSSL
brew install openssl

export PATH="/opt/homebrew/opt/openssl@3/bin:$PATH" >> ~/.zshrc
export LDFLAGS="-L/opt/homebrew/opt/openssl@3/lib" >> ~/.zshrc
export CPPFLAGS="-I/opt/homebrew/opt/openssl@3/include" >> ~/.zshrc
source ~/.zshrc

# Install PHP
brew install php

# Install Swoole & Compiler
yes | pecl install swoole