geoff       2004/01/19 10:33:06

  Modified:    xs/Apache/ServerUtil Apache__ServerUtil.h
               xs/maps  apache_functions.map
               xs/tables/current/Apache FunctionTable.pm
  Log:
  Apache::get_server_version() is now Apache::Server::get_server_version()
  
  Revision  Changes    Path
  1.12      +3 -0      modperl-2.0/xs/Apache/ServerUtil/Apache__ServerUtil.h
  
  Index: Apache__ServerUtil.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/ServerUtil/Apache__ServerUtil.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Apache__ServerUtil.h      19 Jan 2004 18:04:55 -0000      1.11
  +++ Apache__ServerUtil.h      19 Jan 2004 18:33:06 -0000      1.12
  @@ -62,4 +62,7 @@
   
       newCONSTSUB(PL_defstash, "Apache::Server::get_server_built",
                   newSVpv(ap_get_server_built(), 0));
  +
  +    newCONSTSUB(PL_defstash, "Apache::Server::get_server_version",
  +                newSVpv(ap_get_server_version(), 0));
   }
  
  
  
  1.72      +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.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- apache_functions.map      19 Jan 2004 18:04:55 -0000      1.71
  +++ apache_functions.map      19 Jan 2004 18:33:06 -0000      1.72
  @@ -162,13 +162,13 @@
   #XXX: thought this might be useful
   #however it is not exported on win32
   !ap_get_local_host
  - ap_get_server_version
    ap_psignature | | r,prefix
   ~ap_server_root_relative
   
   PACKAGE=Apache::Server
    ap_method_register
   ~ap_get_server_built
  +~ap_get_server_version
    
   MODULE=Apache::Connection   PACKAGE=guess
   #XXX: thought this might be useful for protocol modules
  
  
  
  1.54      +0 -5      modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- FunctionTable.pm  19 Jan 2004 18:04:55 -0000      1.53
  +++ FunctionTable.pm  19 Jan 2004 18:33:06 -0000      1.54
  @@ -1356,11 +1356,6 @@
     },
     {
       'return_type' => 'const char *',
  -    'name' => 'ap_get_server_version',
  -    'args' => []
  -  },
  -  {
  -    'return_type' => 'const char *',
       'name' => 'ap_get_status_line',
       'args' => [
         {
  
  
  

Reply via email to