Skip to content

Commit 3f2dfd2

Browse files
authored
Merge pull request #450 from Automattic/drop/alpine-php81-intl
fix(php): do not install `php81-intl` on Alpine due to conflicts
2 parents 9c70f85 + 4ac84da commit 3f2dfd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/src/php/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "php",
33
"name": "PHP",
44
"description": "Installs PHP into the Dev Environment",
5-
"version": "2.8.0",
5+
"version": "2.8.1",
66
"documentationURL": "https://github.com/Automattic/vip-codespaces/tree/trunk/features/src/php",
77
"options": {
88
"version": {

features/src/php/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PHP_VERSION="${VERSION}"
1919

2020
setup_php81_alpine() {
2121
if [ "${LITE_INSTALL}" != 'true' ]; then
22-
EXTENSIONS="icu-data-full ghostscript php81-bcmath php81-intl php81-pecl-mcrypt php81-soap php81-pecl-igbinary php81-pecl-ssh2 php81-pecl-timezonedb"
22+
EXTENSIONS="icu-data-full ghostscript php81-bcmath php81-pecl-mcrypt php81-soap php81-pecl-igbinary php81-pecl-ssh2 php81-pecl-timezonedb"
2323
else
2424
EXTENSIONS=
2525
fi

0 commit comments

Comments
 (0)