stas        2004/07/24 02:26:22

  Modified:    xs/maps  apache_structures.map
               .        Changes
  Log:
  header_only, main, method, next, prev, pool are now read-only
  
  Revision  Changes    Path
  1.33      +7 -7      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.32
  retrieving revision 1.33
  diff -u -u -r1.32 -r1.33
  --- apache_structures.map     23 Jul 2004 22:35:30 -0000      1.32
  +++ apache_structures.map     24 Jul 2004 09:26:22 -0000      1.33
  @@ -6,23 +6,23 @@
   IGNORE: ap_LINK_ ap_filter_func ap_bucket_error ap_listen_rec core_net_rec
   
   <request_rec>
  -   pool
  +<  pool
   <  connection
      server
  -   next
  -   prev
  -   main
  +<  next
  +<  prev
  +<  main
      the_request
      assbackwards
   ~  proxyreq
  -   header_only
  +<  header_only
      protocol
      proto_num
  -   hostname
  +<  hostname
      request_time
      status_line
      status
  -   method
  +<  method
   <  method_number
      allowed
      allowed_xmethods
  
  
  
  1.424     +2 -1      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.423
  retrieving revision 1.424
  diff -u -u -r1.423 -r1.424
  --- Changes   23 Jul 2004 23:24:55 -0000      1.423
  +++ Changes   24 Jul 2004 09:26:22 -0000      1.424
  @@ -17,7 +17,8 @@
   in [Gozer]
   
   Apache::RequestRec methods: method_number, connection,
  -canonical_filename are now read-only [Stas]
  +canonical_filename, header_only, main, method, next, prev, pool are
  +now read-only [Stas]
   
   The func Apache::SubProcess::spawn_proc_prog is now a method:
   $r->spawn_proc_prog [Stas]
  
  
  

Reply via email to