gozer       2004/08/18 11:05:29

  Modified:    xs/maps  apache_functions.map
               .        Changes
  Log:
  Geoff pointed out that there was at least one documented use of
  $module->remove, so Apache::Module->remove_loaded_module should
  not have been removed. Re-adding it with documentation.
  
  Revision  Changes    Path
  1.98      +1 -1      modperl-2.0/xs/maps/apache_functions.map
  
  Index: apache_functions.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_functions.map,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- apache_functions.map      18 Aug 2004 05:55:26 -0000      1.97
  +++ apache_functions.map      18 Aug 2004 18:05:29 -0000      1.98
  @@ -204,7 +204,7 @@
   -ap_add_named_module
    ap_find_linked_module
   -ap_find_module_name
  --ap_remove_loaded_module
  +ap_remove_loaded_module
   -ap_remove_module
   >ap_single_module_configure
   >ap_setup_prelinked_modules
  
  
  
  1.454     +2 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.453
  retrieving revision 1.454
  diff -u -r1.453 -r1.454
  --- Changes   18 Aug 2004 05:55:26 -0000      1.453
  +++ Changes   18 Aug 2004 18:05:29 -0000      1.454
  @@ -12,6 +12,8 @@
   
   =item 1.99_15-dev
   
  +Apache::Module remove_loaded_module re-added [Gozer]
  +
   Disable Apache::HookRun::run_create_request -- it's already run
   internally by Apache::RequestRec->new [Stas]
   
  
  
  

Reply via email to