diff --git a/prescription.d/php7.sh b/prescription.d/php7.sh index 5efff967c9a2507f2adcd2c034eedbcdefd0904c..97033d8d6d710f6c6e168b88dec6ad2b79b10270 100755 --- a/prescription.d/php7.sh +++ b/prescription.d/php7.sh @@ -13,5 +13,5 @@ if epmqp --quiet php5- ; then else # Install all packages epmi php7 php7-mbstring php7-pdo php7-curl php7-fileinfo php7-dom php7-exif php7-pdo_mysql php7-mysqli php7-pcntl php7-openssl php7-mcrypt php7-gd2 php7-xmlreader php7-memcached php7-xsl php7-zip php7-redis php7-opcache - echo "Think twice about php7-imagick. See https://bugzilla.altlinux.org/show_bug.cgi?id=39033" + #echo "Think twice about php7-imagick. See https://bugzilla.altlinux.org/show_bug.cgi?id=39033" fi diff --git a/prescription.d/php8.sh b/prescription.d/php8.sh index b9e95be23790f2fbf9d94f81410c7ef0b73bb118..d831cdb2be953217f397545c9c22faa1ebdffa88 100755 --- a/prescription.d/php8.sh +++ b/prescription.d/php8.sh @@ -12,5 +12,5 @@ if epmqp --quiet php7- ; then else # Install all packages epmi php8 php8-mbstring php8-pdo php8-curl php8-fileinfo php8-dom php8-exif php8-pdo_mysql php8-mysqli php8-pcntl php8-openssl php8-mcrypt php8-gd2 php8-xmlreader php8-memcached php8-xsl php8-zip php8-redis php8-opcache - echo "Think twice about php8-imagick. See https://bugzilla.altlinux.org/show_bug.cgi?id=39033" + #echo "Think twice about php8-imagick. See https://bugzilla.altlinux.org/show_bug.cgi?id=39033" fi