aboutsummaryrefslogtreecommitdiff
path: root/test/php
Commit message (Collapse)AuthorAgeFilesLines
* PHP: Allow 'version:none' (#439)feature_php_1.1.2Samruddhi Khandale2023-02-076-1/+24
| | | | | * PHP: Allow 'version:none' * fix tests
* Php: Auto configure if a three part version is not provided (#406)Samruddhi Khandale2023-01-203-1/+39
| | | | | | | | | * Php: Auto configure if a three part version is not provided * fix test * update checks * Bump version
* [PHP] Enable Mbstring (#371)Julien Boudry2023-01-051-0/+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.
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-242-0/+24
| | | | | | | | | | | | | | | * test updates to adopt https://github.com/devcontainers/cli/pull/124 * remove accidental tgz check in * typo in option * typo in python install script on dotnet6/jammy branch * no scenarios * code review and test name * Delete install_os_provided_python.sh
* 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.
* Adds a PHP feature (#22)Samruddhi Khandale2022-05-261-0/+12
* add php * add test * fix test * add to workflow * fix test * fix bug * test composer Co-authored-by: Josh Spicer <joshspicer@github.com>