rse 98/06/11 02:55:21
Modified: . STATUS
Log:
Remember the incorrect init in mod_so which at least
causes the current brokeness in mod_perl under DSO situation.
Revision Changes Path
1.423 +9 -0 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- STATUS 1998/06/10 12:27:01 1.422
+++ STATUS 1998/06/11 09:55:20 1.423
@@ -14,6 +14,15 @@
FINAL RELEASE SHOWSTOPPERS:
+ * Ralf: mod_so doesn't correctly initialise modules. For instance
+ the handlers of mod_perl are not initialised. An ap_init_modules()
could
+ be done from mod_so but this is too much. IMHO we need an API function
+ ap_init_single_module() which does what ap_init_modules() does but only
+ for a particular module. Currently at least mod_perl is broken under
the
+ DSO situation because of this missing init in mod_so. But perhaps
+ there are more modules which have the same problem. This should
+ be fixed for 1.3.1!
+
WIN32 1.3 FINAL RELEASE SHOWSTOPPERS:
* SECURITY: numerous uses of strcpy and strcat have potential