gozer       2004/08/11 15:49:15

  Modified:    .        Changes
               xs/tables/current/Apache ConstantsTable.pm
  Log:
  Add :context group of constants for check_cmd_context().
  NOT_IN_VIRTUALHOST, NOT_IN_LIMIT, NOT_IN_DIRECTORY, NOT_IN_LOCATION,
  NOT_IN_FILES, NOT_IN_DIR_LOC_FILE & GLOBAL_ONLY
  
  Revision  Changes    Path
  1.440     +4 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.439
  retrieving revision 1.440
  diff -u -r1.439 -r1.440
  --- Changes   11 Aug 2004 18:16:29 -0000      1.439
  +++ Changes   11 Aug 2004 22:49:15 -0000      1.440
  @@ -12,6 +12,10 @@
   
   =item 1.99_15-dev
   
  +Add :context group of constants for check_cmd_context().
  +NOT_IN_VIRTUALHOST, NOT_IN_LIMIT, NOT_IN_DIRECTORY, NOT_IN_LOCATION,
  +NOT_IN_FILES, NOT_IN_DIR_LOC_FILE & GLOBAL_ONLY [Gozer]
  +
   Removed Apache::Command method soak_end_container [Gozer]
   
   Removed Apache::Module methods (dynamic_load_handle and
  
  
  
  1.41      +9 -0      modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm
  
  Index: ConstantsTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- ConstantsTable.pm 4 May 2004 06:20:57 -0000       1.40
  +++ ConstantsTable.pm 11 Aug 2004 22:49:15 -0000      1.41
  @@ -56,6 +56,15 @@
         'OPT_MULTI',
         'OPT_ALL'
       ],
  +    'context' => [
  +      'NOT_IN_VIRTUALHOST',
  +      'NOT_IN_LIMIT',
  +      'NOT_IN_DIRECTORY',
  +      'NOT_IN_LOCATION',
  +      'NOT_IN_FILES',
  +      'NOT_IN_DIR_LOC_FILE',
  +      'GLOBAL_ONLY',
  +    ],
       'mpmq' => [
         'AP_MPMQ_NOT_SUPPORTED',
         'AP_MPMQ_STATIC',
  
  
  

Reply via email to