On Mon, 25 Aug 2003, Stas Bekman wrote:
> Randy Kobes wrote:
> > On Sun, 24 Aug 2003, Stas Bekman wrote:
> >
> >>Randy Kobes wrote:
> >>> I'm just wondering if anyone has seen any problems with
> >>>the t/modules/cgi.t and/or t/modules/cgiupload.t tests in
> >>>the cvs mp2? On Win32 I'm getting failures (Apache/2.0.47):
[ ... ]
> It's possible that the problem comes from the new PerlIO
> Layer, try testing again after disabling it:
The following seems to fix the problems both with
t/modules/cgi.t and t/modules/cgiupload.t:
============================================================
Index: src/modules/perl/modperl_io_apache.c
===================================================================
RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_io_apache.c,v
retrieving revision 1.3
diff -u -r1.3 modperl_io_apache.c
--- src/modules/perl/modperl_io_apache.c 21 Aug 2003 01:37:20 -0000 1.3
+++ src/modules/perl/modperl_io_apache.c 2 Sep 2003 01:37:55 -0000
@@ -187,7 +187,7 @@
sizeof(PerlIO_funcs),
"Apache",
sizeof(PerlIOApache),
- PERLIO_K_MULTIARG,
+ PERLIO_K_MULTIARG | PERLIO_K_RAW,
PerlIOApache_pushed,
PerlIOApache_popped,
PerlIOApache_open,
===============================================================
I haven't tested this on Unix, though.
--
best regards,
randy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]