geoff 2004/01/19 10:04:56
Modified: xs/Apache/ServerUtil Apache__ServerUtil.h xs/maps apache_functions.map xs/tables/current/Apache FunctionTable.pm Log: Apache::get_server_built() is now Apache::Server::get_server_built() Revision Changes Path 1.11 +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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Apache__ServerUtil.h 14 Jan 2004 21:27:41 -0000 1.10 +++ Apache__ServerUtil.h 19 Jan 2004 18:04:55 -0000 1.11 @@ -59,4 +59,7 @@ { newCONSTSUB(PL_defstash, "Apache::server_root", newSVpv(ap_server_root, 0)); + + newCONSTSUB(PL_defstash, "Apache::Server::get_server_built", + newSVpv(ap_get_server_built(), 0)); } 1.71 +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.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- apache_functions.map 19 Jan 2004 16:45:47 -0000 1.70 +++ apache_functions.map 19 Jan 2004 18:04:55 -0000 1.71 @@ -162,13 +162,13 @@ #XXX: thought this might be useful #however it is not exported on win32 !ap_get_local_host - ap_get_server_built ap_get_server_version ap_psignature | | r,prefix ~ap_server_root_relative PACKAGE=Apache::Server ap_method_register +~ap_get_server_built MODULE=Apache::Connection PACKAGE=guess #XXX: thought this might be useful for protocol modules 1.53 +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.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- FunctionTable.pm 14 Jan 2004 21:27:41 -0000 1.52 +++ FunctionTable.pm 19 Jan 2004 18:04:55 -0000 1.53 @@ -1336,11 +1336,6 @@ }, { 'return_type' => 'const char *', - 'name' => 'ap_get_server_built', - 'args' => [] - }, - { - 'return_type' => 'const char *', 'name' => 'ap_get_server_name', 'args' => [ {