From: Daniel Gruno
#!/usr/bin/perl +use strict; +use warnings; + print "Content-type: text/html\n\n"; -foreach $key (keys %ENV) { +foreach my $key (keys %ENV) { print "$key --> $ENV{$key}<br>"; }diff --git a/docs/manual/howto/cgi.xml.meta b/docs/manual/howto/cgi.xml.meta index 73144f6d4d..3070905d45 100644 --- a/docs/manual/howto/cgi.xml.meta +++ b/docs/manual/howto/cgi.xml.meta @@ -8,7 +8,7 @@
The first step in upgrading is to read the release announcement
and the file CHANGES
in the source distribution to
find any changes that may affect your site. When changing between
- major releases (for example, from 2.0 to 2.2 or from 2.2 to 2.3),
+ major releases (for example, from 2.0 to 2.2 or from 2.2 to 2.4),
there will likely be major differences in the compile-time and
run-time configuration that will require manual adjustments. All
modules will also need to be upgraded to accommodate changes in the
diff --git a/docs/manual/install.html.fr b/docs/manual/install.html.fr
index e0ff5a131e..52f2e88b90 100644
--- a/docs/manual/install.html.fr
+++ b/docs/manual/install.html.fr
@@ -29,6 +29,8 @@
ko |
tr
Ce document couvre l'installation et la compilation du serveur diff --git a/docs/manual/install.xml.de b/docs/manual/install.xml.de index 6fedc9a1c4..4830844d54 100644 --- a/docs/manual/install.xml.de +++ b/docs/manual/install.xml.de @@ -1,7 +1,7 @@ - + + - + + + + + + - + + + + +