|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- $Revision$ --> |
| 3 | +<!-- |
| 4 | +
|
| 5 | +Entities for the categorized extension list. |
| 6 | +
|
| 7 | +--> |
| 8 | + |
| 9 | +<entities xmlns = "http://docbook.org/ns/docbook" |
| 10 | + translate = "yes"> |
| 11 | + |
| 12 | +<entity name="extcat.alphabetical"><title>Alphabetical</title></entity> |
| 13 | + |
| 14 | +<entity name="extcat.intro"> |
| 15 | + <title>Extension List/Categorization</title> |
| 16 | + <simpara> |
| 17 | + This appendix categorizes more than 150 extensions documented in |
| 18 | + the PHP Manual by several criteria. |
| 19 | + </simpara> |
| 20 | +</entity> |
| 21 | + |
| 22 | +<entity name="extcat.membership"><title>Membership</title></entity> |
| 23 | + |
| 24 | +<entity name="extcat.membership.bundled"> |
| 25 | + <title>Bundled Extensions</title> |
| 26 | + <simpara>These extensions are bundled with PHP.</simpara> |
| 27 | +</entity> |
| 28 | + |
| 29 | +<entity name="extcat.membership.core"> |
| 30 | + <title>Core Extensions</title> |
| 31 | + <simpara> |
| 32 | + These are not actual extensions. They are part of the PHP core |
| 33 | + and cannot be left out of a PHP binary with compilation options. |
| 34 | + </simpara> |
| 35 | +</entity> |
| 36 | + |
| 37 | +<entity name="extcat.membership.external"> |
| 38 | + <title>External Extensions</title> |
| 39 | + <simpara> |
| 40 | + These extensions are bundled with PHP but in order to |
| 41 | + compile them, external libraries will be needed. |
| 42 | + </simpara> |
| 43 | +</entity> |
| 44 | + |
| 45 | +<entity name="extcat.membership.pecl"> |
| 46 | + <title>PECL Extensions</title> |
| 47 | + <simpara> |
| 48 | + These extensions are available from &link.pecl;. They may |
| 49 | + require external libraries. More PECL extensions exist but they |
| 50 | + are not documented in the PHP manual yet. |
| 51 | + </simpara> |
| 52 | +</entity> |
| 53 | + |
| 54 | +<entity name="extcat.state"> |
| 55 | + <title>State</title> |
| 56 | + <simpara> |
| 57 | + This part lists extensions not intended for the production use — |
| 58 | + they are either too "old" (deprecated) or "new" (experimental). |
| 59 | + </simpara> |
| 60 | +</entity> |
| 61 | + |
| 62 | +<entity name="extcat.state.deprecated"> |
| 63 | + <title>Deprecated Extensions</title> |
| 64 | + <simpara> |
| 65 | + These extensions have been deprecated usually in the favor of |
| 66 | + some other extensions. |
| 67 | + </simpara> |
| 68 | +</entity> |
| 69 | + |
| 70 | +<entity name="extcat.state.experimental"> |
| 71 | + <title>Experimental Extensions</title> |
| 72 | + <simpara> |
| 73 | + The behaviour of these extensions — including the names of their |
| 74 | + functions and anything else documented about these extensions — |
| 75 | + may change without notice in a future release of PHP. Use these |
| 76 | + extensions at your own risk. |
| 77 | + </simpara> |
| 78 | +</entity> |
| 79 | + |
| 80 | +</entities> |
0 commit comments