cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

2002-12-12 Thread stas
stas2002/12/12 03:45:26 Modified:src/modules/perl modperl_cmd.c Log: handle correctly the switches, when the server starts early. e.g., a sample config at the base server's level: PerlLoadModule Foo PerlSwitches -Iwhatever When PerlLoadModule returns, mod_perl is

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

2002-08-27 Thread dougm
dougm 2002/08/27 20:12:46 Modified:src/modules/perl modperl_cmd.c Log: use ap_strstr_c instead of strstr to avoid a warning Revision ChangesPath 1.27 +1 -1 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c

2001-03-16 Thread dougm
dougm 01/03/16 22:08:05 Modified:src/modules/perl modperl_cmd.c Log: make use of modperl_handler_array_ macros Revision ChangesPath 1.2 +2 -2 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.c modperl_cmd.h mod_perl.c mod_perl.h modperl_config.c modperl_config.h modperl_interp.c modperl_interp.h

2001-03-15 Thread dougm
dougm 01/03/15 21:52:29 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.c mod_perl.h modperl_config.c modperl_config.h modperl_interp.c modperl_interp.h Added: src/modules/perl modperl_cmd.c modperl_cmd.h Log: move cmd stuffs