Skip to content

Fix SaxonC URL for version >=12.6#1294

Open
benito103e wants to merge 1 commit into
mlocati:masterfrom
benito103e:patch-1
Open

Fix SaxonC URL for version >=12.6#1294
benito103e wants to merge 1 commit into
mlocati:masterfrom
benito103e:patch-1

Conversation

@benito103e
Copy link
Copy Markdown

@benito103e benito103e commented Jun 1, 2026

Starting with SaxonC v12.6, Saxonica renamed their release archives. Passing an explicit version >= 12.6 to install-php-extensions saxon-<version> results in a 404 because the legacy URL pattern no longer exists on their server.

Before v12.6 :
https://downloads.saxonica.com/SaxonC/HE/12/libsaxon-HEC-linux-x86_64-v12.5.zip

Since v12.6:
https://downloads.saxonica.com/SaxonC/HE/12/SaxonCHE-linux-x86_64-12-6-0.zip

Two things changed:

  1. Archive prefix: libsaxon-${edition}C-SaxonC${edition}-
  2. Version format: v12.6 (dotted, prefixed) → 12-6-0

Official listing: https://downloads.saxonica.com/SaxonC/HE/12/index.html

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.

1 participant