The recent addition of $r->as_string requiring 
modperl_sv_str_header requires, at least for Win32,
adding this function to ModPerl::FunctionTable so
that it gets included in the mod_perl lib. The
following diff does that:

======================================================
Index: xs/tables/current/ModPerl/FunctionTable.pm
===================================================================
RCS file: /home/cvspublic/modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm,v
retrieving revision 1.87
diff -u -r1.87 FunctionTable.pm
--- xs/tables/current/ModPerl/FunctionTable.pm  6 Dec 2002 16:19:36 -0000       1.87
+++ xs/tables/current/ModPerl/FunctionTable.pm  8 Dec 2002 00:51:12 -0000
@@ -3817,6 +3817,24 @@
     ]
   },
   {
+    'return_type' => 'int',
+    'name' => 'modperl_sv_str_header',
+    'args' => [
+      {
+        'type' => 'void *',
+        'name' => 'arg'
+      },
+      {
+        'type' => 'const char *',
+        'name' => 'k'
+      },
+      {
+        'type' => 'const char *',
+        'name' => 'v'
+      },
+    ]
+  },
+  {
     'return_type' => 'apr_pool_t *',
     'name' => 'modperl_sv2pool',
     'args' => [

==================================================================
-- 
best regards,
randy 


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

Reply via email to