[Speedycgi-users] SpeedyCGI messes up command line parameters
Brought to you by:
samh
|
From: Felix E. K. <fel...@in...> - 2005-06-14 13:41:24
|
SpeedyCGI 2.22 doesn't pass empty command line parameters along to the
Perl
interpreter (I tried with Perl 5.8.0 and Perl 5.8.4):
> echo 'print "\@ARGV = (".join(",", @ARGV).")\n";' >param.pl
> perl param.pl a b '' c
@ARGV = (a,b,,c)
> speedy param.pl a b '' c
@ARGV = (a,b,c)
Any chance that this, IMO, severe bug gets fixed soon? If nobody
volunteers
for doing debugging, I may do it, but only if I can be certain that
SpeedyCGI
is still being maintained.
PS: The request ID of the corresponding bug report is 1220388.
--
Felix E. Klee
|