marc 98/09/20 18:06:52
Modified: . STATUS
Log:
Add back entry that was removed.
Revision Changes Path
1.482 +3 -0 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -r1.481 -r1.482
--- STATUS 1998/09/20 17:54:44 1.481
+++ STATUS 1998/09/21 01:06:51 1.482
@@ -109,6 +109,9 @@
Needs patch:
+ * TestCompile creates bogus code with "void main(...". main
+ always returns an int.
+
* 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.