1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/apachecon/s_future2.php3
Rasmus Lerdorf 2424277ad8 Add main slides
1998-10-21 23:44:28 +00:00

21 lines
455 B
PHP
Executable File

<?require "header.inc";?>
<h1>Future</h1>
<h2>Short term</h2>
<ul>
<li>ISAPI, NSAPI, WSAPI, ApacheNT Module
<li>Windows registry-based configuration
<li>Improve dynamic module building
<li>Improve OO
<li>Add database abstraction layer
<li>Add process and machine spanning persistence mechanism
</ul>
<h2>Longer term</h2>
<ul>
<li>Apache 2.0 threaded module
<li>Unix NSAPI
<li>IDE integration
<li>Compilation
<li>Encryption
</ul>
<?require "footer.inc";?>