stas2003/10/09 15:46:12
Modified:lib/Apache Build.pm
.Changes
Log:
in the MP_MAINTAINER mode add the -Werror compilation flag when perl
v5.6.2 or higher is used, so that we don't miss compilation
warnings.
Revision ChangesPath
1.148 +5 -
stas2003/10/09 15:48:58
Modified:.Changes
Log:
handlers returning status numbers as strings (e.g. "0") are working again
Revision ChangesPath
1.233 +5 -1 modperl-2.0/Changes
Index: Changes
===
stas2003/10/09 16:56:52
Modified:src/modules/perl modperl_util.c
Log:
s/Apache::exit/ModPerl::Util::exit/
Revision ChangesPath
1.55 +1 -1 modperl-2.0/src/modules/perl/modperl_util.c
Index: modperl_util.c
===
geoff 2003/10/09 11:40:31
Added: t/response/TestModperl status.pm
t/modperl status.t
Log:
add tests for handler return status logic
Revision ChangesPath
1.1 modperl-2.0/t/response/TestModperl/status.pm
Index: status.pm
==
geoff 2003/10/09 12:41:41
Modified:src/modules/perl modperl_callback.c
Log:
fix pv -> iv handler return bug in modperl_callback()
restore HTTP-code logic removed in last version - will revisit later
Reviewed by: stas
Revision ChangesPath
1.62 +15 -7 modper
stas2003/10/09 13:03:31
Modified:t/conf extra.conf.in
ModPerl-Registry/t/conf extra.conf.in
Log:
enabled the warnings globally so that we catch problems outside the scope
of the handlers.
Revision ChangesPath
1.8 +2 -2 modperl-2.0/t/conf/