Skip to content

Commit dfd2c8d

Browse files
committed
Add http dependencies when version is specified
1 parent 27eef9a commit dfd2c8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/scripts/extensions/http.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ add_http_version() {
9191
ext=$1
9292
enable_http
9393
if [ "x$(php -r "echo phpversion('http');")" != "x${ext##*-}" ]; then
94+
add_http_dependencies
9495
disable_extension_helper http >/dev/null
9596
add_http_helper pecl_http-"${ext##*-}" "$os"
9697
status="Installed and enabled"

0 commit comments

Comments
 (0)