php-buildpack
php-buildpack copied to clipboard
A Cloud Foundry Buildpack for PHP.
This is default description of the PR
The latest version of the PHP Appdynamics agent (24.2.0-927) does not work properly with PHP 8.1 and 8.2 (Note: PHP 8.3 is not supported by the agent) on the Cflinuxfs3...
According to the [manifest.yml](https://github.com/cloudfoundry/php-buildpack/blob/master/manifest.yml#L1402), php-buildpack uses an old version of python. This version is obsolete and our security tool detects several CVEs. Are there plans to update the python version?
See https://buildpacks.ci.cf-app.com/teams/main/pipelines/brats/jobs/brats-php-edge/builds/1286 https://buildpacks.ci.cf-app.com/teams/main/pipelines/brats/jobs/brats-php-lts/builds/1301
**What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running `cf curl /v2/info && cf version`?** ``` cf curl /v2/info { "name":...
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running `cf curl /v2/info && cf version`? ```bash { "name": "", "build": "",...
This buildpack's `manifest.yml` contains pinned default versions, such as `php 7.4.23`. We should change our defaults to float patches where appropriate, to help consumers build more secure apps (for instance,...
In file: __init__.py, the comparison of Collection length creates a logical short circuit. I suggested that the Collection length comparison should be done without creating a logical short circuit. The...
In #812 we added a few workflows to this repository. We should look into adding the rest of the workflows from https://github.com/cloudfoundry/buildpacks-github-config/tree/main/buildpack to this buildpack. Because the PHP buildpack has...