Skip to content

Fix PHP source archive download URLs - #3036

Open
Vijay Saayi (vijaysaayi) wants to merge 2 commits into
mainfrom
user/visaayir/oryx-fix-php-download-url
Open

Fix PHP source archive download URLs#3036
Vijay Saayi (vijaysaayi) wants to merge 2 commits into
mainfrom
user/visaayir/oryx-fix-php-download-url

Conversation

@vijaysaayi

Copy link
Copy Markdown
Contributor

Update PHP source archive URLs from the legacy /get/.../from/this/mirror route to PHP's direct /distributions/ route.

Changes

  • Update PHP FPM runtime Dockerfiles for the maintained PHP 8.1–8.5 variants.
  • Update the shared PHP prerequisite build script.
  • Update the corresponding detached-signature URLs.
  • Preserve the existing secure.php.net hostname in the shared prerequisite script.

Reason

The existing /get/php-<version>.tar.xz/from/this/mirror route currently returns HTTP 404. The equivalent /distributions/php-<version>.tar.xz archives and .asc signatures are available.

Validation

  • Confirmed the archive and signature URLs return HTTP 200 for the active PHP versions referenced by the repository.
  • Confirmed platforms/php/prereqs/build.sh passes bash -n.
  • Confirmed no legacy php.net/get source archive URLs remain.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d7ca9fd8-e8a1-4226-a6be-4fd8d285fb9c
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d7ca9fd8-e8a1-4226-a6be-4fd8d285fb9c
@vijaysaayi
Vijay Saayi (vijaysaayi) requested a review from a team as a code owner August 13, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants