From d211942997bd9307b748f6f74aa3a562d016a23b Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Fri, 25 Sep 2026 16:58:45 +0530 Subject: [PATCH] Pass macOS extensions to the PHP cache installer --- src/scripts/darwin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/darwin.sh b/src/scripts/darwin.sh index 0d5db287..9db7e5da 100644 --- a/src/scripts/darwin.sh +++ b/src/scripts/darwin.sh @@ -184,7 +184,7 @@ get_brewed_php() { # Function to setup PHP from the cached builds. setup_cached_versions() { latest="releases/download/php-$version" run_script \ - "php-darwin" "$version" "${debug:?}" "${ts:?}" >/dev/null 2>&1 + "php-darwin" "$version" "${debug:?}" "${ts:?}" "" "${INPUT_EXTENSIONS:-}" >/dev/null 2>&1 } # Function to setup PHP 5.6 and newer using Homebrew.