gozer       2004/08/10 17:24:10

  Modified:    .        Changes
               xs/maps  apache_structures.map
  Log:
  All Apache::Command methods are now read-only
  
  Revision  Changes    Path
  1.436     +2 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.435
  retrieving revision 1.436
  diff -u -r1.435 -r1.436
  --- Changes   11 Aug 2004 00:16:55 -0000      1.435
  +++ Changes   11 Aug 2004 00:24:09 -0000      1.436
  @@ -12,6 +12,8 @@
   
   =item 1.99_15-dev
   
  +All Apache::Command methods are now read-only [Gozer]
  +
   Removed Apache::Command methods (func and cmd_data) [Gozer]
   
   Removed Apache::Directive methods (data & walk_config) [Gozer]
  
  
  
  1.40      +4 -4      modperl-2.0/xs/maps/apache_structures.map
  
  Index: apache_structures.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_structures.map,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- apache_structures.map     11 Aug 2004 00:16:55 -0000      1.39
  +++ apache_structures.map     11 Aug 2004 00:24:10 -0000      1.40
  @@ -156,12 +156,12 @@
   </process_rec>
   
   <command_rec>
  -   name
  +<  name
   !  func
   !  cmd_data
  -   req_override
  -   args_how
  -   errmsg
  +<  req_override
  +<  args_how
  +<  errmsg
   </command_rec>
   
   <ap_filter_rec_t>
  
  
  

Reply via email to