stas 2002/12/06 04:40:06
Modified: lib/Apache compat.pm
. Changes
Log:
add backcompat value of $Apache::Server::CWD
Revision Changes Path
1.73 +4 -0 modperl-2.0/lib/Apache/compat.pm
Index: compat.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/Apache/compat.pm,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- compat.pm 4 Dec 2002 02:27:54 -0000 1.72
+++ compat.pm 6 Dec 2002 12:40:05 -0000 1.73
@@ -63,6 +63,10 @@
$r;
}
+package Apache::Server;
+# XXX: is that good enough? see modperl/src/modules/perl/mod_perl.c:367
+our $CWD = Apache->server_root_relative();
+
package Apache;
sub exit {
1.77 +2 -0 modperl-2.0/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl-2.0/Changes,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- Changes 6 Dec 2002 04:22:30 -0000 1.76
+++ Changes 6 Dec 2002 12:40:06 -0000 1.77
@@ -10,6 +10,8 @@
=item 1.99_08-dev
+add backcompat value of $Apache::Server::CWD [Stas Bekman]
+
env var MOD_PERL_TRACE is working again [Stas Bekman]
add a new test TestDirective::perlloadmodule2, which performs a more