1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 03:32:23 +02:00
Files
archived-web-php/als99/s_crossplatform.php3

26 lines
455 B
PHP

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