]> granicus.if.org Git - apache/blobdiff - STATUS
Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390).
[apache] / STATUS
diff --git a/STATUS b/STATUS
index 7b5ff03e4e1fcabc8814abe37d1866152eb832bc..a3830f3315ece1d8241cc617f29c824ce29cac28 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/04/15 19:30:25 $]
+Last modified at [$Date: 2000/04/18 18:47:52 $]
 
 Release:
 
@@ -36,10 +36,6 @@ RELEASE SHOWSTOPPERS:
        be moved out of the MPMs and into some common file (http_core.c?).
        Dean says presumably you mean an os-specific file?
 
-    * Pipes to CGI scripts are not being timed out
-        Status: code has been added to APR to support timing out pipes.
-                This needs to be used in Apache now.
-
     * Put back resource limit code
 
     * suEXEC doesn't work
@@ -78,6 +74,11 @@ RELEASE SHOWSTOPPERS:
         Status: The best known candidate would be something from
        BIND v9.
 
+    * Switch from HSRegex to PCRE. New code should be src/lib/pcre/
+      (ftp://cus.cam.ac.uk/pub/software/programs/pcre/)
+      Status: Greg +1
+
+
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
     * Configuration Modules.  Allow a new module type that reads 
       a config file and sets up an internal tree structure for
@@ -173,6 +174,15 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
     * Mass vhosting version of suEXEC.
 
+    * Provide a sane API for handling the request's environment variables.
+
+    * configuration option to use *DBM
+      Status: Greg +1 (volunteers)
+
+    * add SDBM into src/lib/sdbm/ as a default/fallback DBM implementation.
+      SDBM is used by Perl, mod_dav, mod_sssl, others for basic DBM support.
+      Status: Greg +1 (volunteers)
+
 Other bugs that need fixing:
 
     * MaxRequestsPerChild measures connections, not requests.