mirror of
https://github.com/php/web-php.git
synced 2026-03-29 18:52:08 +02:00
14 lines
218 B
PHP
14 lines
218 B
PHP
<?php require "header.inc"?>
|
|
<H1>Other Extensions</H1>
|
|
|
|
<UL>
|
|
<LI><A href="http://207.164.141.35/ldap/">LDAP</A>
|
|
<LI>SNMP
|
|
<LI>IMAP (POP, NNTP)
|
|
<LI>BC (big number math)
|
|
<LI>Hyperwave
|
|
</UL>
|
|
|
|
|
|
<?php require "footer.inc"?>
|