geoff       2003/10/14 18:29:07

  Modified:    .        Changes
  Log:
  document recent modperl_callback() changes
  
  Revision  Changes    Path
  1.237     +8 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.236
  retrieving revision 1.237
  diff -u -r1.236 -r1.237
  --- Changes   15 Oct 2003 00:49:00 -0000      1.236
  +++ Changes   15 Oct 2003 01:29:07 -0000      1.237
  @@ -21,6 +21,14 @@
   
   Add PerlMapToStorageHandler [Geoffrey Young]
   
  +callbacks are now expected to return a meaningful value 
  +(OK, SERVER_ERROR, etc) or return via an official API 
  +(exit, die, etc).  relying on implicit returns from the 
  +last call evaluated by a subroutine may result in server 
  +errors.  [Stas, Geoffrey Young]
  +
  +removed undefined warnings for ModPerl::Util::exit() [Stas]
  +
   in the MP_MAINTAINER mode add the -Werror compilation flag when perl
   v5.6.2 or higher is used, so that we don't miss compilation
   warnings. [Stas]
  
  
  

Reply via email to