+ o Add BINMODE method
+ o Add comment on socket permissions
+
Version 0.59 -- 31 December 2000 <skimo@kotnet.org> Sven Verdoolaege
o preliminary pure perl implementation
print "Generating FCGI.pm\n";
print OUT <<'EOP';
-# $Id: FCGI.PL,v 1.22 2000/12/31 21:56:10 skimo Exp $
+# $Id: FCGI.PL,v 1.23 2001/03/27 11:49:11 skimo Exp $
package FCGI;
);
-$VERSION = '0.59';
+$VERSION = '0.60';
EOP
shift->PRINT(sprintf(shift, @_));
}
+sub BINMODE {
+}
+
sub READLINE {
my $stream = shift;
my ($s, $c);
=item path
Pathname of socket or colon followed by local tcp port.
+Note that some systems take file permissions into account
+on Unix domain sockets, so you'll have to make sure that
+the server can write to the created file, by changing
+the umask before the call and/or changing permissions and/or
+group of the file afterwards.
=item backlog