Skip to content

Commit 0c030e3

Browse files
Revert "[Ubuntu] install libpcre1-8-0 for PHP compat (#4551)" (#4565)
This reverts commit 81d68d4.
1 parent 741076d commit 0c030e3

File tree

1 file changed

+0
-6
lines changed
  • images/linux/scripts/installers

1 file changed

+0
-6
lines changed

images/linux/scripts/installers/php.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ source $HELPER_SCRIPTS/install.sh
1313
apt-add-repository ppa:ondrej/php -y
1414
apt-get update
1515

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-
2216
# Install PHP
2317
php_versions=$(get_toolset_value '.php.versions[]')
2418

0 commit comments

Comments
 (0)