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 741076d commit 0c030e3Copy full SHA for 0c030e3
images/linux/scripts/installers/php.sh
@@ -13,12 +13,6 @@ source $HELPER_SCRIPTS/install.sh
13
apt-add-repository ppa:ondrej/php -y
14
apt-get update
15
16
-# install specific version of libpcre2 otherwise latest ppa-hosted php fails
17
-# https://github.com/oerdnj/deb.sury.org/issues/1682
18
-if isUbuntu20 ; then
19
- apt-get install -y libpcre2-8-0
20
-fi
21
-
22
# Install PHP
23
php_versions=$(get_toolset_value '.php.versions[]')
24
0 commit comments