Skip to content

Commit

Permalink
Revert "[Ubuntu] install libpcre1-8-0 for PHP compat (#4551)" (#4565)
Browse files Browse the repository at this point in the history
This reverts commit 81d68d4.
  • Loading branch information
mikhailkoliada authored Nov 23, 2021
1 parent 741076d commit 0c030e3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions images/linux/scripts/installers/php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ source $HELPER_SCRIPTS/install.sh
apt-add-repository ppa:ondrej/php -y
apt-get update

# install specific version of libpcre2 otherwise latest ppa-hosted php fails
# https://github.com/oerdnj/deb.sury.org/issues/1682
if isUbuntu20 ; then
apt-get install -y libpcre2-8-0
fi

# Install PHP
php_versions=$(get_toolset_value '.php.versions[]')

Expand Down

0 comments on commit 0c030e3

Please sign in to comment.