On Thu, 28 Sep 2000, Bill Moseley wrote:
 
> Is there a way to make that message go away?

maybe if you can give me a small example that reproduces the message.  it
works fine for me:

shift->send_http_header;

print "hi\n";

exit;

print "bye\n";

nothing in the error_log.

actually, the patch below might fix it.  lemme know.

--- src/modules/perl/perl_util.c        2000/08/15 19:36:34     1.41
+++ src/modules/perl/perl_util.c        2000/09/28 20:43:14
@@ -424,7 +424,7 @@
 static I32
 errgv_empty_set(IV ix, SV* sv)
 { 
-    sv_setpv(sv, "");
+    sv_setsv(sv, &sv_no);
     return TRUE;
 }
 


Reply via email to