geoff       2003/08/11 13:34:56

  Modified:    .        Changes
  Log:
  alter stacked handler interface so that mod_perl follows Apache
  as closely as possible with respect to VOID/RUN_FIRST/RUN_ALL
  handler types.  now, for phases where OK ends the Apache
  call list (RUN_FIRST handlers, such as the PerlTransHandler),
  mod_perl follows suit and leaves some handlers uncalled.
  Submitted by: geoff
  Reviewed by:  stas
  
  Revision  Changes    Path
  1.208     +7 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.207
  retrieving revision 1.208
  diff -u -r1.207 -r1.208
  --- Changes   11 Aug 2003 20:01:03 -0000      1.207
  +++ Changes   11 Aug 2003 20:34:56 -0000      1.208
  @@ -12,6 +12,13 @@
   
   =item 1.99_10-dev
   
  +alter stacked handler interface so that mod_perl follows Apache 
  +as closely as possible with respect to VOID/RUN_FIRST/RUN_ALL
  +handler types.  now, for phases where OK ends the Apache
  +call list (RUN_FIRST handlers, such as the PerlTransHandler), 
  +mod_perl follows suit and leaves some handlers uncalled.
  +[Geoffrey Young]
  +
   Apache::Build now tries to use the new APR_BINDIR query string to find
   the location of apr-config. [Stas]
   
  
  
  

Reply via email to