1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 19:52:29 +02:00
Files
archived-web-php/oz/s_crossplatform.php3
2000-03-08 02:10:21 +00:00

34 lines
578 B
PHP

<?php require("header.inc"); ?>
<h1>Platforms (current):</h1>
<ul>
<li>UNIX (all variants)
<li>Win32 (NT/W95/W98)
<li>QNX
<li>Mac (WebTen)
<li>OS/2
</ul>
<h1>Platforms (on the way):</h1>
<ul>
<li>OS/390
</ul>
<h1>Server Interfaces (current):</h1>
<ul>
<li>Apache module
<li>fhttpd module
<li>CGI
</ul>
<h1>Server Interfaces (on the way):</h1>
<ul>
<li>ISAPI module (Microsoft IIS, Zeus)
<li>NSAPI module (Netscape)
<li>WSAPI module (WebSite [O'Reilly])
<li>Roxen module
<li>phttpd module
<li>thttpd module
<li>AOLServer
<li>Java servlet
</ul>
<?php require("footer.inc"); ?>