dougm       00/06/14 18:42:49

  Modified:    .        Changes
               src/modules/perl mod_perl.c
  Log:
  backed out $Apache::Server::ConfigTestOnly until proper Apache support
  is in place
  
  Revision  Changes    Path
  1.499     +3 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.498
  retrieving revision 1.499
  diff -u -r1.498 -r1.499
  --- Changes   2000/06/05 18:18:48     1.498
  +++ Changes   2000/06/15 01:42:40     1.499
  @@ -10,6 +10,9 @@
   
   =item 1.24_01-dev
   
  +backed out $Apache::Server::ConfigTestOnly until proper Apache support
  +is in place
  +
   fix $r->bytes_sent($bytes)
   
   support version parsing of 1.3.13-dev's httpd.h
  
  
  
  1.123     +1 -4      modperl/src/modules/perl/mod_perl.c
  
  Index: mod_perl.c
  ===================================================================
  RCS file: /home/cvs/modperl/src/modules/perl/mod_perl.c,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- mod_perl.c        2000/06/02 17:23:07     1.122
  +++ mod_perl.c        2000/06/15 01:42:44     1.123
  @@ -735,10 +735,7 @@
       perl_tainting_set(s, cls->PerlTaintCheck);
       (void)GvSV_init("Apache::__SendHeader");
       (void)GvSV_init("Apache::__CurrentCallback");
  -#if !defined(WIN32) && !defined(STRONGHOLD)
  -    if (ap_configtestonly)
  -     GvSV_setiv(GvSV_init("Apache::Server::ConfigTestOnly"), TRUE);
  -#endif
  +
       Apache__ServerReStarting(FALSE); /* just for -w */
       Apache__ServerStarting_on();
   
  
  
  

Reply via email to