mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
21 lines
455 B
PHP
Executable File
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";?>
|