php-doc-en/extensions.ent

92 lines
4.6 KiB
Text
Raw Normal View History

<!-- $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>Extension Categorization</title><para>This
appendix categorizes more than 150 extensions documented in the PHP
Manual by several criteria.</para>'>
<!-- ======================================================================= -->
<!ENTITY extcat.purpose '<title>Purpose</title>'>
<!ENTITY extcat.purpose.basic '<title>Basic PHP Extensions</title>'>
<!ENTITY extcat.purpose.basic.vartype '<title>Variable and Type Related Extensions</title>'>
<!ENTITY extcat.purpose.basic.text '<title>Text Processing</title>'>
<!ENTITY extcat.purpose.basic.php "<title>Affecting PHP's Behaviour</title>">
<!ENTITY extcat.purpose.basic.session '<title>Session Extensions</title>'>
<!ENTITY extcat.purpose.basic.other '<title>Other Basic Extensions</title>'>
<!ENTITY extcat.purpose.database '<title>Database Extensions</title>'>
<!ENTITY extcat.purpose.database.abstract '<title>Abstraction Layers</title>'>
<!ENTITY extcat.purpose.database.vendors '<title>Vendor Specific Database Extensions</title>'>
<!ENTITY extcat.purpose.xml '<title>XML Manipulation</title>'>
<!ENTITY extcat.purpose.webservice '<title>Web Services</title>'>
<!ENTITY extcat.purpose.creditcard '<title>Credit Card Processing</title>'>
<!ENTITY extcat.purpose.mathcrypto '<title>Math and Cryptography</title>'>
<!ENTITY extcat.purpose.mathcrypto.math '<title>Mathematical Extensions</title>'>
<!ENTITY extcat.purpose.mathcrypto.crypto '<title>Cryptography Extensions</title>'>
<!ENTITY extcat.purpose.international '<title>Human Language and Character Encoding Support</title>'>
<!ENTITY extcat.purpose.fileprocess '<title>File System and Process Control</title>'>
<!ENTITY extcat.purpose.fileprocess.file '<title>File System Related Extensions</title>'>
<!ENTITY extcat.purpose.fileprocess.process '<title>Process Control Extensions</title>'>
<!ENTITY extcat.purpose.remote '<title>Accessing Services</title>'>
<!ENTITY extcat.purpose.remote.mail '<title>Mail Related Extensions</title>'>
<!ENTITY extcat.purpose.remote.auth '<title>Authentication Services</title>'>
<!ENTITY extcat.purpose.remote.other '<title>Other Services</title>'>
<!ENTITY extcat.purpose.compression '<title>Compression and Archive Extensions</title>'>
<!ENTITY extcat.purpose.calendar '<title>Calendar and Event Related Extensions</title>'>
<!ENTITY extcat.purpose.utilspec '<title>Utilization Area Specific Extensions</title>'>
<!ENTITY extcat.purpose.utilspec.nontext '<title>Non-Text MIME Output</title>'>
<!ENTITY extcat.purpose.utilspec.image '<title>Image Processing and Generation</title>'>
<!ENTITY extcat.purpose.utilspec.audio '<title>Audio Formats Manipulation</title>'>
<!ENTITY extcat.purpose.utilspec.cmdline '<title>Command Line Specific Extensions</title>'>
<!ENTITY extcat.purpose.utilspec.windows '<title>Windows Only Extensions</title>'>
<!ENTITY extcat.purpose.utilspec.server '<title>Server Specific Extensions</title>'>
<!-- ======================================================================= -->
<!ENTITY extcat.membership '<title>Membership</title>'>
<!ENTITY extcat.membership.core '<title>Core Extensions</title><para>These
are not actual extensions. They are part of the PHP core and cannot be
left out of a PHP binary with compilation options.</para>'>
<!ENTITY extcat.membership.bundled '<title>Bundled Extensions</title><para>These
extensions are bundled with PHP.</para>'>
<!ENTITY extcat.membership.external '<title>External Extensions</title><para>In
order to compile these extensions, external libraries will be needed.</para>'>
<!ENTITY extcat.membership.pecl '<title>PECL Extensions</title><para>These
extensions are available from <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pecl;">PECL</link>. More PECL
extensions exist but they are not documented in the PHP manual yet.</para>'>
<!-- ======================================================================= -->
<!ENTITY extcat.state '<title>State</title><para>This part lists extensions not
intended for the production use - they are either too "old" (deprecated) or
"new" (experimental).</para>'>
<!ENTITY extcat.state.deprecated '<title>Deprecated Extensions</title><para>These
extensions have been deprecated usually in the favor of some other extensions.</para>'>
<!ENTITY extcat.state.experimental '<title>Experimental Extensions</title><para>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.</para>'>