gozer 2003/11/16 18:10:58
Modified: . STATUS
Log:
Log that Apache::PerlSections->dump is now an internal helper function and
not a way to dump the saved <Perl> configuration code. This is wrong and needs
to be fixed & implemented for Apache::Status among others
Revision Changes Path
1.72 +6 -1 modperl-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/modperl-2.0/STATUS,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- STATUS 10 Nov 2003 21:11:53 -0000 1.71
+++ STATUS 17 Nov 2003 02:10:58 -0000 1.72
@@ -106,6 +106,11 @@
http://www.gossamer-threads.com/archive/mod_perl_C1/dev_F4/%5BMP2_-_BUG_%5D_Issue_handing_Apache_config._error_messages_P70501/
and
http://mathforum.org/epigone/modperl/dartrimpcil
+
+* Apache::PerlSections->dump
+ It does exist, but it's a completely internal function, not dumping existing
configuration
+ as it used to be in 1.x. (needed by Apache::Status, for instance). Need to be
implemented
+ and the existing dump method must be moved out of the way
* PassEnv/SetEnv propogation
http://www.gossamer-threads.com/archive/mod_perl_C1/dev_F4/%5BMP2_BUG%5D_PerlPassEnv_issues_P70500/