We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c8543 commit 704d00fCopy full SHA for 704d00f
1 file changed
build-osx
@@ -14,6 +14,10 @@ install_deps() {
14
brew install shivammathur/php/php@8.4 bash curl autoconf automake bison re2c zstd git openssl zlib cmake libzip librdkafka libiconv llvm@17
15
brew link --overwrite --force shivammathur/php/php@8.4
16
17
+ # Add PHP to PATH
18
+ PHP_PREFIX="$(brew --prefix shivammathur/php/php@8.4)"
19
+ export PATH="${PHP_PREFIX}/bin:${PATH}"
20
+
21
OPENSSL_PREFIX="$(brew --prefix openssl)"
22
LIBRDKAFKA_PREFIX="$(brew --prefix librdkafka)"
23
ICONV_PREFIX="$(brew --prefix libiconv)"
0 commit comments