Skip to content

Commit

Permalink
Add http dependencies when version is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Mar 22, 2022
1 parent 27eef9a commit dfd2c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/extensions/http.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ add_http_version() {
ext=$1
enable_http
if [ "x$(php -r "echo phpversion('http');")" != "x${ext##*-}" ]; then
add_http_dependencies
disable_extension_helper http >/dev/null
add_http_helper pecl_http-"${ext##*-}" "$os"
status="Installed and enabled"
Expand Down

0 comments on commit dfd2c8d

Please sign in to comment.