Skip to content

Commit e8ac70b

Browse files
committed
Implemented global.ent entities for all external URLs, these new entities were
added to global.ent via php/doc-base@f8bdf40 Sorry translators for this extra work! Note: Notes containing 'windows.php.net/downloads/pecl/releases' were removed as the associated entity will disappear one day via php/doc-base#143
1 parent 49ef347 commit e8ac70b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+74
-107
lines changed

appendices/about.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,9 @@ Returns the length of given string.
340340
</para>
341341
<para>
342342
If an error is found in this manual, in any language, please report them
343-
using the issue tracker of the respective language repository at <link xlink:href="https://github.com/php/?q=doc">https://github.com/php</link>;
343+
using the issue tracker of the respective language repository at <link xlink:href="&url.php.git;">&url.php.git;</link>;
344344
for instance, errors in the English manual should be reported at
345-
<link xlink:href="https://github.com/php/doc-en/issues">https://github.com/php/doc-en/issues</link>.
345+
<link xlink:href="&url.php.git;doc-en/issues">&url.php.git;doc-en/issues</link>.
346346
All documentation related
347347
problems, including those about manual formats, should be submitted as bug
348348
reports.

appendices/migration84/incompatible.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
As a consequence, this means <literal>{,3}</literal> is now recognized
628628
as a quantifier instead of as text.
629629
Furthermore, the meaning of some character classes in UCP mode has changed.
630-
Consult the <link xlink:href="https://github.com/PCRE2Project/pcre2/blob/master/NEWS">PCRE2 Changelog</link>
630+
Consult the <link xlink:href="&url.pcre2.changelog;">PCRE2 Changelog</link>
631631
for a full changelog.
632632
</simpara>
633633
</sect2>

faq/obtaining.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
</question>
193193
<answer>
194194
<para>
195-
See the PHP Wiki for the latest instructions: <link xlink:href="https://wiki.php.net/internals/windows/stepbystepbuild">Step by Step Build Instructions</link>
195+
See the PHP Wiki for the latest instructions: <link xlink:href="&url.php.win.build2;">Step by Step Build Instructions</link>
196196

197197
</para>
198198
</answer>

install/cloud/azure.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<itemizedlist spacing="compact">
1919
<listitem>
20-
<para>Azure portal: create, edit settings and delete web sites. <link xlink:href="https://portal.azure.com/">Azure Portal</link>
20+
<para>Azure portal: create, edit settings and delete web sites. <link xlink:href="&url.azure.portal;">Azure Portal</link>
2121
</para>
2222
</listitem>
2323
<listitem>
@@ -37,10 +37,10 @@
3737
</listitem>
3838
</itemizedlist>
3939

40-
<para>There is also a PHP SDK for programmatically using many Azure Services from your PHP code. See <link xlink:href="https://github.com/Azure/azure-sdk-for-php">Azure SDK for PHP</link>.
40+
<para>There is also a PHP SDK for programmatically using many Azure Services from your PHP code. See <link xlink:href="&url.azure.php.sdk;">Azure SDK for PHP</link>.
4141
</para>
4242

43-
<para>For more information, see <link xlink:href="https://azure.microsoft.com/en-us/develop/php/">Azure PHP Developer Center</link>
43+
<para>For more information, see <link xlink:href="&url.azure.php;">Azure PHP Developer Center</link>
4444
</para>
4545

4646
<sect2>

install/cloud/digitalocean.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<itemizedlist spacing="compact">
1010
<listitem>
1111
<para>
12-
<link xlink:href="https://www.cloudways.com/en/managed-hosting-for-digital-ocean.php">Cloudways</link>:
12+
<link xlink:href="&url.docean.cloudways;">Cloudways</link>:
1313
One-click deployment of major PHP applications:
1414
WordPress, Magento, Drupal, Laravel, and more.
1515
</para>
1616
</listitem>
1717
<listitem>
1818
<para>
19-
<link xlink:href="https://www.digitalocean.com/products/droplets">Droplet</link>:
19+
<link xlink:href="&url.docean.droplet;">Droplet</link>:
2020
Virtual machine boxes and installing
2121
<link xlink:href="https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04">
2222
Lamp stack on a Linux server
@@ -25,7 +25,7 @@
2525
</listitem>
2626
<listitem>
2727
<para>
28-
<link xlink:href="https://www.digitalocean.com/products/app-platform">App Platform</link>:
28+
<link xlink:href="&url.docean.app.platform;">App Platform</link>:
2929
Managed infrastructure to build, deploy, and scale apps quickly.
3030
Learn
3131
<link xlink:href="https://docs.digitalocean.com/products/app-platform/getting-started/sample-apps/php/">
@@ -35,7 +35,7 @@
3535
</listitem>
3636
<listitem>
3737
<para>
38-
<link xlink:href="https://www.digitalocean.com/products/functions">Functions</link>:
38+
<link xlink:href="&url.docean.functions;">Functions</link>:
3939
Serverless platform that allows developers to run code without provisioning or managing servers.
4040
PHP is supported natively.
4141
Learn

install/macos/packages.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</simpara>
1515
<simpara>
1616
An easy way to install PHP on macOS is with the
17-
<link xlink:href="https://brew.sh/">Homebrew</link> packaging manager.
17+
<link xlink:href="&url.brew;">Homebrew</link> packaging manager.
1818
</simpara>
1919
<orderedlist>
2020
<listitem>

install/unix/litespeed.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
<para>
3939
To obtain and install either LiteSpeed Web Server or OpenLiteSpeed Web Server, visit the
4040
LiteSpeed Web Server documentation
41-
<link xlink:href="https://docs.litespeedtech.com/products/lsws/installation/">install page</link>
41+
<link xlink:href="&url.litespeed.lsws;">install page</link>
4242
or OpenLiteSpeed documentation
43-
<link xlink:href="https://openlitespeed.org/kb/category/installation/more-installation-methods/">install page</link>.
43+
<link xlink:href="&url.litespeed.install;">install page</link>.
4444
</para>
4545
</listitem>
4646

@@ -126,7 +126,7 @@ Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
126126
now be running with support for PHP as an SAPI extension. There are many more
127127
configuration options available for LSWS / OLS and PHP. For more information,
128128
check out the LiteSpeed documentation about
129-
<link xlink:href="https://docs.litespeedtech.com/extapp/php/configuration/control/">PHP</link>.
129+
<link xlink:href="&url.litespeed.php;">PHP</link>.
130130
</para>
131131

132132
<para>
@@ -214,8 +214,8 @@ PHP_LSAPI_MAX_REQUESTS=500 PHP_LSAPI_CHILDREN=35 /path/to/lsphp -b IP_address:po
214214
Currently LiteSpeed PHP can be used with LiteSpeed Web Server,
215215
OpenLiteSpeed Web Server, and Apache mod_lsapi. For steps on
216216
server-side configuration, visit the documentation pages for
217-
<link xlink:href="https://docs.litespeedtech.com/extapp/php/getting_started/">LiteSpeed Web Server</link>
218-
and <link xlink:href="https://openlitespeed.org/kb/category/installation/php-installation-guides/">OpenLiteSpeed</link>.
217+
<link xlink:href="&url.litespeed.web.server;">LiteSpeed Web Server</link>
218+
and <link xlink:href="&url.litespeed.open;">OpenLiteSpeed</link>.
219219
</para>
220220

221221
<para>
@@ -225,25 +225,25 @@ PHP_LSAPI_MAX_REQUESTS=500 PHP_LSAPI_CHILDREN=35 /path/to/lsphp -b IP_address:po
225225
<para>
226226
CentOS:
227227
On CentOS, LSPHP can be installed from the LiteSpeed Repository or the Remi
228-
Repository using <link xlink:href="https://docs.litespeedtech.com/extapp/php/getting_started/#litespeed-repo-search-packages">RPM</link>.
228+
Repository using <link xlink:href="&url.litespeed.packages;">RPM</link>.
229229
</para>
230230

231231
<para>
232232
Debian:
233233
On Debian, LSPHP can be installed from the LiteSpeed Repository using
234-
<link xlink:href="https://docs.litespeedtech.com/extapp/php/getting_started/#litespeed-repo-search-packages">apt</link>.
234+
<link xlink:href="&url.litespeed.packages;">apt</link>.
235235
</para>
236236

237237
<para>
238238
cPanel:
239-
Visit the respective <link xlink:href="https://docs.litespeedtech.com/cp/cpanel/quickstart/#easyapache-integration">documentation page</link>
239+
Visit the respective <link xlink:href="&url.litespeed.cpanel;">documentation page</link>
240240
about how to install LSPHP with cPanel and LSWS/OLS using EasyApache 4.
241241
</para>
242242

243243
<para>
244244
Plesk:
245245
Plesk can be used with LSPHP on CentOS, CloudLinux, Debian, and Ubuntu,
246-
for more details on this, visit the respective <link xlink:href="https://docs.litespeedtech.com/cp/plesk/">documentation page</link>
246+
for more details on this, visit the respective <link xlink:href="&url.litespeed.plesk;">documentation page</link>
247247
</para>
248248
</sect1>
249249

install/unix/openbsd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Follow the instructions shown with each package!
8585
requires Xorg to be installed. Unless already installed at base install by
8686
adding the <filename>xbase.tgz</filename> file set, this can be added at
8787
post-installation (see
88-
<link xlink:href="https://www.openbsd.org/faq/faq4.html#FilesNeeded">OpenBSD FAQ#4</link>).
88+
<link xlink:href="&url.openbsd.faq4;">OpenBSD FAQ#4</link>).
8989
</simpara>
9090
</listitem>
9191
</itemizedlist>

install/windows/iis.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
On Windows Server, the IIS role can be added via the Server Manager.
1111
The CGI Role Feature needs to be included.
1212
On Windows Desktop, IIS has to be added via the Control Panel's Add/Remove Programs.
13-
The Microsoft documentation has <link xlink:href="https://docs.microsoft.com/en-us/previous-versions/ms181052(v=vs.80)">detailed instructions for enabling IIS</link>.
13+
The Microsoft documentation has <link xlink:href="&url.iis.enable;">detailed instructions for enabling IIS</link>.
1414
For development,
15-
<link xlink:href="https://www.microsoft.com/en-us/download/details.aspx?id=48264">IIS/Express</link> can also be used.
15+
<link xlink:href="&url.iis.express;">IIS/Express</link> can also be used.
1616
</simpara>
1717
<note>
1818
<simpara>

install/windows/recommended.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ opcache.enable_cli=On
4141

4242
If high performance is needed, use the object cache in the applications.
4343

44-
See: <link xlink:href="http://pecl.php.net/package/WinCache">http://pecl.php.net/package/WinCache</link>
44+
See: <link xlink:href="&url.pecl.package;WinCache">&url.pecl.package;WinCache</link>
4545
to download a WinCache DLL (or <filename>WINCACHE_<replaceable>*</replaceable>.tgz</filename>)
4646
to the PHP extensions directory
4747
(<link linkend="ini.extension-dir">extension_dir</link> in the <filename>php.ini</filename>).

0 commit comments

Comments
 (0)