setup-php
setup-php copied to clipboard
GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
**Describe the bug** Since 24h ago (aprox) we have started to get failures in all our PHP 8.0 jobs. The failure is about the xmlrpc extension not being detected as...
**Describe the bug** I had already posted a comment in another issue already closed for this problem (#613). And I saw that you had made PRs on the side of...
**Describe the bug** 1. Create a single self hosted runner 2. Run a workflow with PHP 7.4 on that runner 3. Try to require a composer dependency that requires a...
--- name: 🐞 Bug Fix, ⚙ Improvement or 🎉 New Feature about: You found a bug, want to improve something or add a new feature labels: bug or enhancement ---...
**Describe the bug** Installing Symfony CLI takes a lot of time, sometimes more than 1 minute. I think it's since this commit https://github.com/shivammathur/setup-php/commit/44d81f983056c06a11e04e43aa61bf7726912278, **Version** - [x] I have checked releases,...
**Describe the feature** Composer 2.4.0 introduced a new "Audit" feature, which will run automatically on any `composer update`, `require`, `remove` and `create-project`. This audit feature may break builds when security...
**Describe the feature** I'm a PHP extension maintainer and core contributor, so it would make my work much easier if setup-php would support using debug builds (`./configure --enable-debug`). **Underlying issue**...
**Describe the feature** for example actions/setup-go@v3, pick up Golang version from go.mod ```yaml steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: go-version-file: "go.mod" - run: go version ``` I want...
**Describe the feature** Configure `COMPOSER_PROCESS_TIMEOUT`. **Version** - [x] I have checked releases, and the feature is missing in the latest patch version of `v2`. **Underlying issue** I just had two...
**Describe the feature** Today ubuntu launchpad went into maintenance (see https://ubuntu.social/@launchpadstatus/112286753813553221) and installation of php failed because of that: I am wondering if it would be possible to output a...