aboutsummaryrefslogtreecommitdiff
path: root/test/php/test.sh
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* 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>