For some strange reason, the WrapXS code generated for no_cache stopped working
for me a while ago, and I've found the source of the problem. Not sure why it
didn't appear earlier though.  Apparently, my original no_cache patch included
a duplicate function entry, both in modperl_function.map and apache_function.map

Index: xs/maps/apache_functions.map
===================================================================
RCS file: 
/home/gozer/mirror/cvs.apache.org/modperl-2.0-cvs/xs/maps/apache_functions.map,v
retrieving revision 1.44
diff -u -b -B -r1.44 apache_functions.map
--- xs/maps/apache_functions.map        26 Feb 2002 19:04:24 -0000      1.44
+++ xs/maps/apache_functions.map        9 Mar 2002 19:17:54 -0000
@@ -42,7 +42,6 @@
 !ap_content_type_tolower
  ap_get_status_line
  ap_is_initial_req
- mpxs_Apache__RequestRec_no_cache
  ap_method_register
 >ap_method_registry_init
 >ap_process_request_internal


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to