[DOC-CVS] [doc-en] master: DTD to XML convert extensions.ent (#5697)

[email protected] (alfsb via GitHub) Sat, 25 Jul 2026 14:06:48 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: alfsb (alfsb)
Committer: GitHub (web-flow)
Pusher: alfsb
Date: 2026-07-25T11:06:44-03:00

Commit: https://github.com/php/doc-en/commit/6a1e42bcba9133ba0579636a85c77753092e1d8d
Raw diff: https://github.com/php/doc-en/commit/6a1e42bcba9133ba0579636a85c77753092e1d8d.diff

DTD to XML convert extensions.ent (#5697)

Changed paths:
  A  entities/entities.extcat.ent
  D  entities/entities.ent
  D  extensions.ent


Diff:

diff --git a/entities/entities.ent b/entities/entities.ent
deleted file mode 100644
index f38152e10545..000000000000
--- a/entities/entities.ent
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!--
-
-This is a translatable XML Entity file.
-See doc-base/script/text-entities.php for details.
-
-Place here small entities that are expected to be translated.
-For big or complex entities, please create an individual entity
-file at doc-lang/entities/entityname.xml.
-
-No inline namespaces are necessary. In fact, they can make things
-complicated to debug later. Place any needed namespace in
-declaration of root <entities> element.
-
-Keep the lines strictly under 79 columns, to make the process of
-manual translation easier, and to avoid wrap-around in some other
-contexts.
-
--->
-
-<entities xmlns       = "http://docbook.org/ns/docbook"
-          xmlns:xlink = "http://www.w3.org/1999/xlink"
-          translate   = "yes">
-
-<entity name="extcat.intro">
- <title>Extension List/Categorization</title>
- <simpara>This appendix categorizes more than 150 extensions documented
- in the PHP Manual by several criteria.</simpara>
-</entity>
-
-<entity name="extcat.alphabetical"><title>Alphabetical</title></entity>
-<entity name="extcat.alphabetical"><title>Alphabetical</title></entity>
-
-</entities>
diff --git a/entities/entities.extcat.ent b/entities/entities.extcat.ent
new file mode 100644
index 000000000000..8caba823b20d
--- /dev/null
+++ b/entities/entities.extcat.ent
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!--
+
+Entities for the categorized extension list.
+
+-->
+
+<entities xmlns       = "http://docbook.org/ns/docbook"
+          translate   = "yes">
+
+<entity name="extcat.alphabetical"><title>Alphabetical</title></entity>
+
+<entity name="extcat.intro">
+ <title>Extension List/Categorization</title>
+ <simpara>
+  This appendix categorizes more than 150 extensions documented in
+  the PHP Manual by several criteria.
+ </simpara>
+</entity>
+
+<entity name="extcat.membership"><title>Membership</title></entity>
+
+<entity name="extcat.membership.bundled">
+ <title>Bundled Extensions</title>
+ <simpara>These extensions are bundled with PHP.</simpara>
+</entity>
+
+<entity name="extcat.membership.core">
+ <title>Core Extensions</title>
+ <simpara>
+  These are not actual extensions. They are part of the PHP core
+  and cannot be left out of a PHP binary with compilation options.
+ </simpara>
+</entity>
+
+<entity name="extcat.membership.external">
+ <title>External Extensions</title>
+ <simpara>
+  These extensions are bundled with PHP but in order to
+  compile them, external libraries will be needed.
+ </simpara>
+</entity>
+
+<entity name="extcat.membership.pecl">
+ <title>PECL Extensions</title>
+ <simpara>
+  These extensions are available from &link.pecl;. They may
+  require external libraries. More PECL extensions exist but they
+  are not documented in the PHP manual yet.
+ </simpara>
+</entity>
+
+<entity name="extcat.state">
+ <title>State</title>
+ <simpara>
+  This part lists extensions not intended for the production use —
+  they are either too "old" (deprecated) or "new" (experimental).
+ </simpara>
+</entity>
+
+<entity name="extcat.state.deprecated">
+ <title>Deprecated Extensions</title>
+ <simpara>
+  These extensions have been deprecated usually in the favor of
+  some other extensions.
+ </simpara>
+</entity>
+
+<entity name="extcat.state.experimental">
+ <title>Experimental Extensions</title>
+ <simpara>
+  The behaviour of these extensions — including the names of their
+  functions and anything else documented about these extensions —
+  may change without notice in a future release of PHP. Use these
+  extensions at your own risk.
+ </simpara>
+</entity>
+
+</entities>
diff --git a/extensions.ent b/extensions.ent
deleted file mode 100644
index d2c1d3eb13fa..000000000000
--- a/extensions.ent
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<!--
-  Entities for the categorized extension list, so it does not need
-  to be translated, and thus it is not going to be outdated.
--->
-
-<!ENTITY extcat.intro '<title xmlns="http://docbook.org/ns/docbook">Extension List/Categorization</title><simpara xmlns="http://docbook.org/ns/docbook">This
-appendix categorizes more than 150 extensions documented in the PHP
-Manual by several criteria.</simpara>'>
-
-<!ENTITY extcat.alphabetical '<title xmlns="http://docbook.org/ns/docbook">Alphabetical</title>'>
-
-<!-- ======================================================================= -->
-
-<!ENTITY extcat.purpose '<title xmlns="http://docbook.org/ns/docbook">Purpose</title>'>
-
-<!ENTITY extcat.purpose.basic '<title xmlns="http://docbook.org/ns/docbook">Basic PHP Extensions</title>'>
-<!ENTITY extcat.purpose.basic.vartype '<title xmlns="http://docbook.org/ns/docbook">Variable and Type Related Extensions</title>'>
-<!ENTITY extcat.purpose.basic.text '<title xmlns="http://docbook.org/ns/docbook">Text Processing</title>'>
-<!ENTITY extcat.purpose.basic.php "<title xmlns='http://docbook.org/ns/docbook'>Affecting PHP's Behaviour</title>">
-<!ENTITY extcat.purpose.basic.session '<title xmlns="http://docbook.org/ns/docbook">Session Extensions</title>'>
-<!ENTITY extcat.purpose.basic.other '<title xmlns="http://docbook.org/ns/docbook">Other Basic Extensions</title>'>
-
-<!ENTITY extcat.purpose.database '<title xmlns="http://docbook.org/ns/docbook">Database Extensions</title>'>
-<!ENTITY extcat.purpose.database.abstract '<title xmlns="http://docbook.org/ns/docbook">Abstraction Layers</title>'>
-<!ENTITY extcat.purpose.database.vendors '<title xmlns="http://docbook.org/ns/docbook">Vendor Specific Database Extensions</title>'>
-
-<!ENTITY extcat.purpose.xml '<title xmlns="http://docbook.org/ns/docbook">XML Manipulation</title>'>
-
-<!ENTITY extcat.purpose.webservice '<title xmlns="http://docbook.org/ns/docbook">Web Services</title>'>
-
-<!ENTITY extcat.purpose.creditcard '<title xmlns="http://docbook.org/ns/docbook">Credit Card Processing</title>'>
-
-<!ENTITY extcat.purpose.mathcrypto '<title xmlns="http://docbook.org/ns/docbook">Math and Cryptography</title>'>
-<!ENTITY extcat.purpose.mathcrypto.math '<title xmlns="http://docbook.org/ns/docbook">Mathematical Extensions</title>'>
-<!ENTITY extcat.purpose.mathcrypto.crypto '<title xmlns="http://docbook.org/ns/docbook">Cryptography Extensions</title>'>
-
-<!ENTITY extcat.purpose.international '<title xmlns="http://docbook.org/ns/docbook">Human Language and Character Encoding Support</title>'>
-
-<!ENTITY extcat.purpose.fileprocess '<title xmlns="http://docbook.org/ns/docbook">File System and Process Control</title>'>
-<!ENTITY extcat.purpose.fileprocess.file '<title xmlns="http://docbook.org/ns/docbook">File System Related Extensions</title>'>
-<!ENTITY extcat.purpose.fileprocess.process '<title xmlns="http://docbook.org/ns/docbook">Process Control Extensions</title>'>
-
-<!ENTITY extcat.purpose.remote '<title xmlns="http://docbook.org/ns/docbook">Accessing Services</title>'>
-<!ENTITY extcat.purpose.remote.mail '<title xmlns="http://docbook.org/ns/docbook">Mail Related Extensions</title>'>
-<!ENTITY extcat.purpose.remote.auth '<title xmlns="http://docbook.org/ns/docbook">Authentication Services</title>'>
-<!ENTITY extcat.purpose.remote.other '<title xmlns="http://docbook.org/ns/docbook">Other Services</title>'>
-
-<!ENTITY extcat.purpose.compression '<title xmlns="http://docbook.org/ns/docbook">Compression and Archive Extensions</title>'>
-
-<!ENTITY extcat.purpose.calendar '<title xmlns="http://docbook.org/ns/docbook">Date and Time Related Extensions</title>'>
-
-<!ENTITY extcat.purpose.utilspec '<title xmlns="http://docbook.org/ns/docbook">Utilization Area Specific Extensions</title>'>
-<!ENTITY extcat.purpose.utilspec.nontext '<title xmlns="http://docbook.org/ns/docbook">Non-Text MIME Output</title>'>
-<!ENTITY extcat.purpose.utilspec.image '<title xmlns="http://docbook.org/ns/docbook">Image Processing and Generation</title>'>
-<!ENTITY extcat.purpose.utilspec.audio '<title xmlns="http://docbook.org/ns/docbook">Audio Formats Manipulation</title>'>
-<!ENTITY extcat.purpose.utilspec.cmdline '<title xmlns="http://docbook.org/ns/docbook">Command Line Specific Extensions</title>'>
-<!ENTITY extcat.purpose.utilspec.windows '<title xmlns="http://docbook.org/ns/docbook">Windows Only Extensions</title>'>
-<!ENTITY extcat.purpose.utilspec.server '<title xmlns="http://docbook.org/ns/docbook">Server Specific Extensions</title>'>
-
-<!-- ======================================================================= -->
-
-<!ENTITY extcat.membership '<title xmlns="http://docbook.org/ns/docbook">Membership</title>'>
-
-<!ENTITY extcat.membership.core '<title xmlns="http://docbook.org/ns/docbook">Core Extensions</title><simpara xmlns="http://docbook.org/ns/docbook">These
-are not actual extensions. They are part of the PHP core and cannot be
-left out of a PHP binary with compilation options.</simpara>'>
-
-<!ENTITY extcat.membership.bundled '<title xmlns="http://docbook.org/ns/docbook">Bundled Extensions</title><simpara xmlns="http://docbook.org/ns/docbook">These
-extensions are bundled with PHP.</simpara>'>
-
-<!ENTITY extcat.membership.external '<title xmlns="http://docbook.org/ns/docbook">External Extensions</title><simpara xmlns="http://docbook.org/ns/docbook">These
-extensions are bundled with PHP but in order to compile them, external libraries will be needed.</simpara>'>
-
-<!ENTITY extcat.membership.pecl '<title xmlns="http://docbook.org/ns/docbook">
-PECL Extensions</title>
-<simpara xmlns="http://docbook.org/ns/docbook">These extensions are available from
-&link.pecl;. They may require external libraries. More PECL extensions exist but
-they are not documented in the PHP manual yet.</simpara>'>
-
-<!-- ======================================================================= -->
-
-<!ENTITY extcat.state '<title xmlns="http://docbook.org/ns/docbook">State</title><simpara xmlns="http://docbook.org/ns/docbook">This part lists extensions not
-intended for the production use - they are either too "old" (deprecated) or
-"new" (experimental).</simpara>'>
-
-<!ENTITY extcat.state.deprecated '<title xmlns="http://docbook.org/ns/docbook">Deprecated Extensions</title><simpara xmlns="http://docbook.org/ns/docbook">These
-extensions have been deprecated usually in the favor of some other extensions.</simpara>'>
-
-<!ENTITY extcat.state.experimental '<title xmlns="http://docbook.org/ns/docbook">Experimental Extensions</title><simpara xmlns="http://docbook.org/ns/docbook">The
-behaviour of these extensions - including the names of their functions and anything
-else documented about these extensions - may change without notice in a future release
-of PHP. Use these extensions at your own risk.</simpara>'>
-