mirror of
https://github.com/php/web-php.git
synced 2026-03-31 19:52:29 +02:00
25 lines
481 B
PHP
25 lines
481 B
PHP
<?php require "header.inc"?>
|
|
<H1>Other Extensions</H1>
|
|
|
|
<UL>
|
|
<LI>LDAP
|
|
<LI>SNMP
|
|
<LI>IMAP (POP, NNTP)
|
|
<LI>ICAP
|
|
<LI>IMSP
|
|
<LI>IPTC
|
|
<LI>BC (arbitrary precision math)
|
|
<LI>Hyperwave
|
|
<LI>XML parser
|
|
<LI>PDF generation
|
|
<LI>FDF (PDF forms)
|
|
<LI>System V Semaphores and Shared memory
|
|
<LI>COM (Win32 only)
|
|
<LI>gettext (GNU internationalization)
|
|
<LI>zlib (compressed IO)
|
|
<LI>Charset/text conversion (UTF-8, Cyrillic, Hebrew)
|
|
<LI>Browser capabilities extension
|
|
</ul>
|
|
|
|
<?php require "footer.inc"?>
|