aboutsummaryrefslogtreecommitdiff
path: root/src/php/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* PHP: Allow 'version:none' (#439)feature_php_1.1.2Samruddhi Khandale2023-02-071-50/+60
| | | | | * PHP: Allow 'version:none' * fix tests
* Php: Auto configure if a three part version is not provided (#406)Samruddhi Khandale2023-01-201-14/+35
| | | | | | | | | * Php: Auto configure if a three part version is not provided * fix test * update checks * Bump version
* PHP: Fix build failures for 'ubuntu:bionic' (#378)Samruddhi Khandale2023-01-051-11/+19
| | | | | * PHP: Fix build failures for 'ubuntu:bionic' * update VERSION
* [PHP] Enable Mbstring (#371)Julien Boudry2023-01-051-1/+1
| | | | Mbstring is such a popular PHP extension that it is used everywhere and most libraries don't work without it. It can be compiled directly with PHP. The official Docker images of PHP include it.
* Use _REMOTE_USER when available (#264)Chuck Lantz2022-11-291-7/+7
| | | | | | | | | | | | | | | | | | * Use _REMOTE_USER when available * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Fix java test issue - JDK 18 not available for the "open" distro * Bump breakfix numbers Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-111-1/+10
| | | | | * remove apt lists * bump versions
* Fix bug - Python: Error installing os-provided python (#112)Samruddhi Khandale2022-08-231-1/+1
| | | | | * python: fix bug * bump versions
* Options: Follow camelCase (#89)Samruddhi Khandale2022-08-111-3/+3
| | | rename Options
* Port changes and set executable bitJosh Spicer2022-07-291-0/+0
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* PHP: Install additional versions (#61)v0.0.4v0.0.3Samruddhi Khandale2022-07-141-64/+85
| | | | | | | | | | | | | | | | | * PHP: install additional versions * fix bug * fix test scenario * adding quotes * change identifier * nit * tweak: to unblock git merge * nit
* Fix permissions: add username:user_group (#50)Samruddhi Khandale2022-06-151-1/+1
| | | | | | | | | * add username:user_group * fix remaining permissions * add * * remove *
* add missing user groups to fix permission issues for non root user (#45)Samruddhi Khandale2022-06-131-1/+10
| | | | | | | * add missing user groups * fix username * move chmod: anaconda
* fix miscellaneous bugs (#41)Samruddhi Khandale2022-06-061-26/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add recursive linking * temp change * fix xdebug * fix rbenv xdebug * fix hugo * remove suffix * php: fix config * fix anaconda and oryx * fix xdebug * fixes php * bug fix: composer * anaconda * nit * fix shellchecker * shellchecker
* Pass options via environment variables (#39)Josh Spicer2022-06-031-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * up to docker-in-docker converted * first pass at the rest of the features (and bash linting and updated CLI * move shell linter to own file * rename feature.json -> devcontainer-feature.json * continue on error * continue on error in right spot * formatting * fix AZ_VERSION * update python * restore variable name * update linter actions, fix dind/dfd/desktop scripts, add test-scenaerios * add tree because I like tree * glob for shell linter * fix test-scenarios * shell linter * more shell helper
* php: allow multiple versions (#33)Samruddhi Khandale2022-06-021-61/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * php: allow multiple versions * nit * correct condtions * fix: mv: target '6/composer' is not a directory * add "" * fix linking folders * fix ln: failed to create symbolic link * change description * fix error msg * chane exit code * restructure linking * fix pecl multiple installation * correct condition * install pecl with specific version
* fix php: add missing $ (#28)Samruddhi Khandale2022-05-271-4/+6
| | | | | | | * fix php: add missing $ * test fix * fix user
* Adds a PHP feature (#22)Samruddhi Khandale2022-05-261-0/+173
* add php * add test * fix test * add to workflow * fix test * fix bug * test composer Co-authored-by: Josh Spicer <joshspicer@github.com>