Move the <io.h> inside a _WIN32 define.
[catagits/fcgi2.git] / perl / README
index 4d4d75d..ea21c1d 100644 (file)
@@ -1,4 +1,4 @@
-$Id: README,v 1.1 1999/02/13 05:26:45 roberts Exp $
+$Id: README,v 1.5 2000/07/10 09:56:49 skimo Exp $
 
     Copyright (c) 1996 Open Market, Inc.
     See the file "LICENSE.TERMS" for information on usage and redistribution
@@ -12,14 +12,13 @@ that comes with Open Market's FastCGI Developer's Kit, but does
 not require you to recompile perl.
 
 It even no longer requires perl to be compiled with sfio.
-The sfio version has had more testing though.
 To compile with sfio you'll need at least perl 5.003_02 and you'll have
 to have configured it with eg './Configure -Duseperlio -Dusesfio'.
 (See the INSTALL file that comes with the perl distribution.)
 To compile without sfio you'll need an even more recent perl version.
 (perl 5.004 and up should be fine.)
 
-See http://fastcgi.idle.com/ for more information about fastcgi.
+See http://www.fastcgi.com/ for more information about fastcgi.
 Lincoln D. Stein's perl CGI module also contains some information
 about fastcgi programming.
 
@@ -38,15 +37,16 @@ if you don't want that or if it doesn't find them.
 To configure the library Makefile.PL will run ./configure .
 You may want to run it yourself beforehand because its findings
 may not always be correct.
-The INSTALL file describes how to run ./configure (and only that).
+The configure.readme file describes how to run ./configure (and only that).
 
 If you're on a solaris system and your installed fcgi library is 2.02b
 or earlier, you'll probably want to use the included files.
 
-The FCGI module installs die and warn handlers that merely print
-the error/warning to STDERR (the default handlers print directly
-to stderr, which isn't redirected in the non sfio case). I'm not
-very happy with the result. Suggestions welcome.
+The old interface of the FCGI module installs die and warn 
+handlers that merely print the error/warning to STDERR (the 
+default handlers print directly to stderr, which isn't redirected 
+in the non sfio case). I'm not very happy with the result. 
+Suggestions welcome.
 
 Sven Verdoolaege
 skimo@kotnet.org