Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 4f29089

Browse files
author
Antonios Papadakis
committed
Added latest-master PHP CLI Version Support
macOS
1 parent 93ff6e9 commit 4f29089

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

macos/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ function compilePHP {
6565
cd php-src-php-7.4.10RC1/ || exit
6666
elif [ "$PHPINSTALLVERSION" = latest-8.0 ]; then
6767
cd php-src-php-8.0.0beta2/ || exit
68+
elif [ "$PHPINSTALLVERSION" = latest-master ]; then
69+
cd ..
6870
fi
6971

7072
sudo ./buildconf --force || exit

0 commit comments

Comments
 (0)