diff --git a/ChangeLog b/ChangeLog
index b57514b97..f76c51d66 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,7 @@ $Source$
* lang/catalan-*.inc.php3, lang/spanish-*.inc.php3: Updates, thanks to
Xavier Navarro.
* lang/dutch-*.inc.php3: Updates, thanks to Ivo Teel.
+ * Documentation.html: Fixed typos.
2002-11-19 Alexander M. Turek
This is a known problem with the php ISAPI filter: it's not so stable. For
some more information and complete testings see the messages posted by
- André B. aka "djdeluxe76" in
+ André B. aka "djdeluxe76" in
this thread
from the phpWizard forum.
Please use instead the cookie authentication mode.
@@ -1830,12 +1830,12 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
[1.25] I am running Apache with mod_gzip-1.3.26.1a on Windows XP,
and I get problems, such as undefined variables when I run a SQL query.
- A tip from Jose Fandos: put a comment on the following two lines
+ A tip from Jose Fandos: put a comment on the following two lines
in httpd.conf, like this:
# mod_gzip_item_include file \.php$
# mod_gzip_item_include mime "application/x-httpd-php.*"
as this version of mod_gzip on Apache (Windows) has problems handling
- php scripts. Of course you have to restart Apache.
+ php scripts. Of course you have to restart Apache.