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

2004-02-13 Thread Geoffrey Young
> move modperl_env_default_populate to where it was before (after > modperl_env_table_populate), so that GATEWAY_INTERFACE will be > CGI-Perl/1.1 and not CGI/1.1. whoops - I probably moved that at some point and didn't realize it. once we get the other issue sorted out, I'll specifically a

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

2004-02-13 Thread stas
stas2004/02/13 20:50:32 Modified:src/modules/perl modperl_env.c Log: move modperl_env_default_populate to where it was before (after modperl_env_table_populate), so that GATEWAY_INTERFACE will be CGI-Perl/1.1 and not CGI/1.1. Revision ChangesPath 1.31 +6 -3

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

2003-09-22 Thread stas
stas2003/09/22 16:29:52 Modified:src/modules/perl modperl_env.c modperl_env.h Log: add modperl_env_request_unpopulate and supporting function, to be able to delete entries from %ENV populated for the request due to SetupEnv/perl-script. Revision ChangesPath 1.29

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

2003-09-22 Thread stas
stas2003/09/22 16:25:54 Modified:src/modules/perl modperl_env.c Log: tracing, here I come Revision ChangesPath 1.28 +103 -4modperl-2.0/src/modules/perl/modperl_env.c Index: modperl_env.c =