We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026c083 commit 384d411Copy full SHA for 384d411
bin/v-add-web-php
@@ -75,11 +75,6 @@ if [[ ${version:0:1} == "8" ]]; then
75
mph=$(echo "$mph" | sed -e "s/php$version-json//")
76
fi
77
78
-# Check if version is 8.4 and drop imagick
79
-if [[ $(echo "$version 8.4" | awk '{print ($1 < $2)}') == 1 ]]; then
80
- mph=$(echo "$mph" | sed -e "/php$version-imagick//")
81
-fi
82
-
83
if ! echo "$DB_SYSTEM" | grep -w 'mysql' > /dev/null; then
84
mph=$(echo "$mph" | sed -e "s/php$version-mysql//")
85
0 commit comments