Re: mod_perl 1.25, CGI.pm and POST

2001-06-26 Thread Joachim Zobel
At 15:50 25.06.2001 -0700, you wrote: [...] However, if I change the submission type from POST to GET, the script starts functioning perfectly. Does anyone know what would cause this type of behavior? I am at a loss as to how to proceed ... I am including below an example script which

Re: mod_Perl 1.25, CGI.pm and POST

2001-06-26 Thread Anthony Brock
At 12:48 AM 06/26/2001 -0700, [EMAIL PROTECTED] wrote: At 15:50 25.06.2001 -0700, you wrote: [...] There has been a change in 1.25 concerning reading of STDIN (this is what POST does). Dough MacEachern mentioned this some days ago. IIRC $r-read() now returns nothing instaed of hanging if STDIN

Re: mod_Perl 1.25, CGI.pm and POST

2001-06-26 Thread darren chamberlain
Anthony Brock [EMAIL PROTECTED] said something to this effect on 06/26/2001: At 12:48 AM 06/26/2001 -0700, [EMAIL PROTECTED] wrote: At 15:50 25.06.2001 -0700, you wrote: There has been a change in 1.25 concerning reading of STDIN (this is what POST does). Dough MacEachern mentioned this some

mod_perl 1.25, CGI.pm and POST

2001-06-25 Thread Anthony Brock
We recently upgraded our Apache server from 1.3.12 with mod_perl 1.24 and php 3 to 1.3.20 with mod_perl 1.25 and php4.0.5. This included an unexpected upgrade from Perl 5.005_03 to Perl 5.6.0 since the new version of Apache was compiled using Sun Workshop 5.0. However, since the upgrade, I