File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ PHP_VERSION="${VERSION}"
1919
2020setup_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
You can’t perform that action at this time.
0 commit comments