編譯 PHP 源碼出現(xiàn) Cannot find OpenSSL's <evp.h> 錯誤
configure: error: Cannot find OpenSSL's <evp.h>
解決
brew install openssl
./configure --prefix=/usr/local/php/php73 \
--with-openssl-dir=/usr/local/Cellar/openssl@1.1/1.1.1b \
--with-openssl=/usr/local/Cellar/openssl\@1.1/1.1.1b/