geoff 2003/11/25 10:41:47
Modified:t/apache constants.t
xs/tables/current/Apache ConstantsTable.pm
Log:
add :mpmq import tag to Apache::Const
Revision ChangesPath
1.9 +6 -2 modperl-2.0/t/apache/constants.t
Index: constants.t
geoff 2003/11/25 10:41:58
Modified:.Changes
Log:
add :mpmq import tag to Apache::Const
Revision ChangesPath
1.261 +4 -1 modperl-2.0/Changes
Index: Changes
===
RCS file: /home/cvs/m
geoff 2003/11/25 10:44:15
modperl-2.0/xs/Apache/MPM - New directory
geoff 2003/11/25 10:56:34
Modified:xs/maps apache_functions.map modperl_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Added: t/response/TestAPI mpm_query.pm show_mpm.pm
xs/Apache/MPM Apache__MPM.h
Log:
add Apache::MPM class, along w
geoff 2003/11/25 10:56:46
Modified:.Changes
Log:
add Apache::MPM class, along with show_mpm() and mpm_query() functions
Revision ChangesPath
1.262 +3 -0 modperl-2.0/Changes
Index: Changes
==
geoff 2003/11/25 12:31:29
Modified:src/modules/perl modperl_util.c
t/response/TestAPR table.pm
t/response/TestModperl dir_config.pm
Log:
fix "PerlSetVar Foo 0" so that $r->dir_config('Foo') returns 0, not undef
Revision ChangesPath
1.58
geoff 2003/11/25 12:44:51
Modified:.STATUS
Log:
log PerlSetVar Foo 0 issue
Revision ChangesPath
1.42 +7 -1 modperl/STATUS
Index: STATUS
===
RCS file: /home/cvs/modperl/STATUS,v
geoff 2003/11/25 15:44:27
Modified:.Changes
Log:
fix "PerlSetVar Foo 0" so that $r->dir_config('Foo') returns 0, not undef
Revision ChangesPath
1.263 +3 -0 modperl-2.0/Changes
Index: Changes
===
stas2003/11/25 18:22:11
Modified:.Makefile.PL Changes
Log:
for some reason .pm files during the modperl build see $ENV{PERL5LIB}
set in Makefile.PL, which is used for generating Makefiles, as
"PERL5LIB=/path:/another/path" instead of "/path:/another/path"
essentiall