stas        2002/06/04 09:41:01

  Modified:    src/docs/2.0/user/coding coding.pod
  Log:
  simply say "deprecated" for GATEWAY_INTERFACE
  
  Revision  Changes    Path
  1.8       +2 -3      modperl-docs/src/docs/2.0/user/coding/coding.pod
  
  Index: coding.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/coding/coding.pod,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- coding.pod        4 Jun 2002 12:59:25 -0000       1.7
  +++ coding.pod        4 Jun 2002 16:41:00 -0000       1.8
  @@ -29,9 +29,8 @@
   =item *
   
   C<GATEWAY_INTERFACE> - is set to C<CGI-Perl/1.1> for compatibility
  -with mod_perl 1.x. The C<MOD_PERL> environment variable has existed
  -since 1.17 and is recommended over checking the contents of
  -C<GATEWAY_INTERFACE>.
  +with mod_perl 1.0. This variable is deprecated in mod_perl 2.0. Use
  +C<MOD_PERL> instead.
   
   =back
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to