cvs commit: modperl-2.0/t/conf modperl_extra.pl

2003-03-24 Thread stas
stas2003/03/24 23:49:57 Modified:src/modules/perl mod_perl.c t/conf modperl_extra.pl Log: make sure to set base server's mip before any of the PerlRequire/PerlModule directives are called, since they may add add_config(), which in turn runs Perl sections or P

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2003-03-24 Thread stas
stas2003/03/24 20:49:06 Modified:.Changes src/modules/perl mod_perl.c t/conf modperl_extra.pl Added: t/apache add_config.t Log: fix a segfault caused by PerlModule in $s->add_config, due to setting the MP_init_done flag before ini

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2003-06-02 Thread stas
stas2003/06/01 20:03:39 Modified:t/conf modperl_extra.pl Log: after Apache2 has pushed blib and core dirs including Apache2 on top reorg @INC to have first devel libs, then blib libs, and only then perl core libs Revision ChangesPath 1.30 +21 -2 modperl

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2003-04-06 Thread stas
stas2003/04/06 21:44:59 Modified:t/conf modperl_extra.pl Log: s/PerlHandler/PerlResponseHandler// Revision ChangesPath 1.26 +1 -1 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl ===

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2003-07-19 Thread stas
stas2003/07/19 02:57:05 Modified:t/conf modperl_extra.pl Added: t/response/TestModperl ithreads.pm Log: first basic tests of interoperation of ithreads and mod_perl 2 Revision ChangesPath 1.1 modperl-2.0/t/response/TestModperl/ithreads.pm

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2003-09-11 Thread stas
stas2003/09/11 19:19:01 Modified:t/conf modperl_extra.pl Log: better debug in ModPerl::Test::read_post Revision ChangesPath 1.32 +9 -2 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl ==

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2003-10-10 Thread stas
stas2003/10/10 15:45:37 Modified:t/conf modperl_extra.pl Log: ModPerl::Test::exit_handler needs to return a valid status Apache::OK; Revision ChangesPath 1.34 +3 -0 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2003-10-10 Thread stas
stas2003/10/10 15:48:59 Modified:t/conf modperl_extra.pl Log: prevent Unrecognized escape \T passed through in regex; marked by <-- HERE in m/^C:\T <-- HERE emp\modperl-2.0/ at C:/Temp/modperl-2.0/t/conf/modperl_extra.pl line 18. on win32 PR: Submitted by: Steve Hay <[

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2003-10-10 Thread stas
stas2003/10/10 12:34:45 Modified:t/conf modperl_extra.pl Log: prevent "Unquoted string "threads" may clash with future reserved word at" warnings with 5.6.x which doesn't have the module threads.pm Revision ChangesPath 1.33 +1 -1 modperl-2.0/t/conf/modpe

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-01-19 Thread stas
stas2004/01/19 17:26:34 Modified:t/conf modperl_extra.pl Added: t/filter in_autoload.t t/filter/TestFilter in_autoload.pm Log: test that PerlInputFilterHandler autoloads the module containing the handler (since it's ::handler and not a custom sub name w

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-01-24 Thread stas
stas2004/01/24 18:42:50 Modified:t/conf modperl_extra.pl Log: add a framework for testing for memory leaks in our tests Revision ChangesPath 1.40 +76 -0 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl =

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-02-02 Thread stas
stas2004/02/02 10:33:27 Modified:t/conf modperl_extra.pl Log: creating GTop objects for GTop < 0.12 will segfault under threaded mpms Revision ChangesPath 1.41 +2 -1 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl ===

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-04-01 Thread stas
stas2004/04/01 17:55:59 Modified:t/conf modperl_extra.pl Log: style/api tweaks, no functionality change Revision ChangesPath 1.42 +5 -5 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl =

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-04-22 Thread stas
stas2004/04/22 13:00:02 Modified:t/conf modperl_extra.pl Log: as of 5.8.4 when spawning ithreads we get an annoying Attempt to free unreferenced scalar ... perlbug #24660 because of $gtop's CLONE'd object, so skip it for now Revision ChangesPath 1.43 +11

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-04-22 Thread stas
stas2004/04/22 14:36:11 Modified:t/conf modperl_extra.pl Log: perlbug #24660 affects any threaded perl that spawns threads, not only threaded mpm. disable creating of gtop objects for ithreads enabled perl Revision ChangesPath 1.44 +5 -9 modperl-2.0/t/co

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-04-28 Thread stas
stas2004/04/28 14:29:39 Modified:t/conf modperl_extra.pl Log: - log the reason for the last change: http://rt.perl.org:80/rt3/Ticket/Display.html?id=29018 - tidy up a bit Revision ChangesPath 1.46 +10 -4 modperl-2.0/t/conf/modperl_extra.pl Index:

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-05-30 Thread stas
stas2004/05/30 22:50:42 Modified:t/conf modperl_extra.pl Log: remove unused module Revision ChangesPath 1.50 +0 -1 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl === RCS

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-06-04 Thread stas
stas2004/06/04 02:35:37 Modified:t/conf modperl_extra.pl Log: various polish Revision ChangesPath 1.51 +22 -13modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl === RCS file:

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-07-07 Thread stas
stas2004/07/07 23:54:58 Modified:t/conf modperl_extra.pl Log: temp workaround for t/filter/TestFilter/in_error.pm Revision ChangesPath 1.53 +3 -0 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl ===

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-07-14 Thread stas
stas2004/07/14 12:19:40 Modified:t/conf modperl_extra.pl Log: test startup loglevel setting (under threaded mpms loglevel can be changed only before threads are started) so here we test whether we can still set it after restart Revision ChangesPath 1.55 +12

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-07-15 Thread stas
stas2004/07/15 12:32:36 Modified:t/conf modperl_extra.pl Log: fix typo Revision ChangesPath 1.57 +1 -1 modperl-2.0/t/conf/modperl_extra.pl Index: modperl_extra.pl === RCS file: /home/

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-07-24 Thread stas
stas2004/07/24 00:27:03 Modified:lib/Apache compat.pm t/conf modperl_extra.pl Log: improve the POST reading code (now handles file buckets correctly) Revision ChangesPath 1.114 +11 -12modperl-2.0/lib/Apache/compat.pm Index: compat.pm ==

cvs commit: modperl-2.0/t/conf modperl_extra.pl

2004-08-12 Thread stas
stas2004/08/12 16:38:03 Modified:ModPerl-Registry/t/conf modperl_extra_startup.pl src/modules/perl modperl_error.c t/conf modperl_extra.pl Log: add a proper workaround for the requiring file when ERRSV is true within nested eval_sv. Thanks to Dav