Compare commits

..

1 Commits

Author SHA1 Message Date
Shivam Mathur d211942997 Pass macOS extensions to the PHP cache installer 2026-09-25 17:27:00 +05:30
+1 -1
View File
@@ -184,7 +184,7 @@ get_brewed_php() {
# Function to setup PHP from the cached builds. # Function to setup PHP from the cached builds.
setup_cached_versions() { setup_cached_versions() {
latest="releases/download/php-$version" run_script \ 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. # Function to setup PHP 5.6 and newer using Homebrew.