From 5437a5f9256a7160d22ca48f349157df85ec90dd Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 24 Jul 2005 20:09:47 +0000 Subject: [PATCH] Extension Categorization: - Purpose - taken from RFC/manual.xml.in - in future, it can be swapped (alpabetical list in appendix, categories in the contents) - Membership - core, bundled, external, PECL (bug #33810) - State - deprecated, experimental git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191402 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/extensions.xml | 626 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 626 insertions(+) create mode 100644 appendices/extensions.xml diff --git a/appendices/extensions.xml b/appendices/extensions.xml new file mode 100644 index 0000000000..f747357e1d --- /dev/null +++ b/appendices/extensions.xml @@ -0,0 +1,626 @@ + + + + + Extension Categorization + + This appendix categorizes more than 150 extensions documented in the PHP manual by several criteria. + + + + +
+ Purpose + +
+ Basic PHP Extensions + +
+ Variable and Type Related Extensions + + + + + + + + + +
+ +
+ Text Processing + + + + + +
+ +
+ Affecting PHP's Behaviour + + + + + + + + + + +
+ +
+ Session Extensions + + + + + +
+ +
+ Other Basic Extensions + + + + + + + + + +
+ +
+ +
+ Database Extensions + +
+ Abstraction Layers + + + + + + + + +
+ +
+ Vendor Specific Database Extensions + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ XML Manipulation + + + + + + + + + + + + +
+ +
+ Web Services + + + + + +
+ +
+ Credit Card Processing + + + + + + + +
+ +
+ Math and Cryptography + +
+ Mathematical Extensions + + + + + +
+ +
+ Cryptography Extensions + + + + + +
+
+ +
+ Human Language and Character Encoding Support + + + + + + + + + +
+ +
+ File System and Process Control + +
+ File System Related Extensions + + + + + + + + +
+ +
+ Process Control Extensions + + + + + + + +
+
+ +
+ Accessing Services + +
+ Mail Related Extensions + + + + + + + +
+ +
+ Authentication Services + + + + +
+ +
+ Other Services + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ Compression Extensions + + + + + + + +
+ +
+ Calendar and Event Related Extensions + + + + + + +
+ +
+ Utilization Area Specific Extensions + +
+ Non-Text MIME Output + + + + + + + + +
+ +
+ Image Processing and Generation + + + + +
+ +
+ Audio Formats Manipulation + + + + + +
+
+ +
+ Command Line Specific Extensions + + + + +
+ +
+ Windows Only Extensions + + + + + + +
+ +
+ Server Specific Extensions + + + + + +
+ +
+ + + +
+ Membership + +
+ Core Extensions + + These are not actual extensions - they are part of the PHP core and cannot be compilled out with compilation options. + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ Bundled Extensions + + These extensions are bundled with PHP. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ External Extensions + + In order to compile these extensions, external libraries will be needed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ PECL Extensions + + These extensions are available from PECL. More PECL extensions exist but they are not documented in the PHP manual yet. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ State + + This part lists extensions not intended for the production use - they are either too "old" (deprecated) or "new" (experimental). + + +
+ Deprecated Extensions + + These extensions have been deprecated usually in the favor of some other extensions. + + + + + + + + +
+ +
+ Experimental Extensions + + 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. + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +