Skip to content

Don't link to the direct downloads, but rather to the PECL page #3633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/cmark/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link xlink:href="&url.pecl.package;cmark">&url.pecl.package;cmark</link>.
</para>
<para>
Windows users can download prebuilt release binaries from the <link xlink:href="&url.pecl.windows.releases;cmark">PECL</link> website.
Windows users can download prebuilt release binaries from the <link xlink:href="&url.pecl.package;cmark">PECL</link> website.
</para>
<caution>
<para>
Expand Down
2 changes: 1 addition & 1 deletion reference/imagick/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<simpara>The official name of this extension is <emphasis>imagick</emphasis>.</simpara>
</note>
<para>
Windows users can download prebuilt DLL from the <link xlink:href="&url.pecl.windows.releases;imagick">PECL</link> website.
Windows users can download prebuilt DLL from the <link xlink:href="&url.pecl.package;imagick">PECL</link> website.
These packages already contain the extension DLL (<filename>php_imagick.dll</filename>)
which needs to be put into the <link linkend="ini.extension-dir">extension_dir</link>.
They also contain the ImageMagick DLLs, which need to be put somewhere in the <envar>PATH</envar>.
Expand Down
2 changes: 1 addition & 1 deletion reference/pthreads/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<link xlink:href="&url.pecl.package;pthreads">&url.pecl.package;pthreads</link>.
</para>
<para>
Windows users can download prebuilt release binaries from the <link xlink:href="&url.pecl.windows.releases;pthreads">PECL</link> website.
Windows users can download prebuilt release binaries from the <link xlink:href="&url.pecl.package;pthreads">PECL</link> website.
</para>
<caution>
<para>
Expand Down
2 changes: 1 addition & 1 deletion reference/uopz/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link xlink:href="&url.pecl.package;uopz">&url.pecl.package;uopz</link>.
</para>
<para>
Windows users can download prebuilt release binaries from the <link xlink:href="&url.pecl.windows.releases;uopz">PECL</link> website.
Windows users can download prebuilt release binaries from the <link xlink:href="&url.pecl.package;uopz">PECL</link> website.
</para>
<para>
As of uopz 5.0.0 the extension must be loaded as
Expand Down
Loading