RE: [patch] ithreads + refto bug (fwd)

2001-08-29 Thread Doug MacEachern
On Wed, 29 Aug 2001, Geoffrey Young wrote: hi... the following registry script only prints foo for me using bleedperl... my $r = shift; $r-send_http_header('text/plain'); $r-print('foo'); print 'bar'; I think it started around the time Doug sent this message along, but I can't be

RE: [patch] ithreads + refto bug (fwd)

2001-08-29 Thread Geoffrey Young
have you tied STDOUT ? it is only done for you if you SetHandler perl-script, SetHandler modperl does not tie STDOUT. sorry, should have said this was 1.26-dev... I looked for places where I might have tied STDOUT and forgot to set it back, but didn't find any. nevertheless, an explicit

RE: [patch] ithreads + refto bug (fwd)

2001-08-29 Thread Ken Williams
[EMAIL PROTECTED] (Geoffrey Young) wrote: the following registry script only prints foo for me using bleedperl... my $r = shift; $r-send_http_header('text/plain'); $r-print('foo'); print 'bar'; I think it started around the time Doug sent this message along, but I can't be sure - it's