From 27da959306701eb3602f69142a0da58dccec6482 Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Wed, 22 Aug 2001 22:26:43 +0000 Subject: [PATCH] * Documentation.html - documented $cfgServers[n]['connect_type'] - two minor fixes for typo's that i noticed --- ChangeLog | 3 +++ Documentation.html | 12 ++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dde161d6a..88aa9dfdd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ $Source$ 2001-08-22 Robin Johnson * config.inc.php3: $cfgServers[1]['connect_type'] preferred connection type * lib.inc.php3 - line 285: $cfgServer['connect_type'] implemented + * Documentation.html + - documented $cfgServers[n]['connect_type'] + - two minor fixes for typo's that i noticed 2001-08-22 Olivier Müller * main.php3: relooked the start page with the help of Loïc. diff --git a/Documentation.html b/Documentation.html index f76fd361e..d13515ad2 100755 --- a/Documentation.html +++ b/Documentation.html @@ -114,7 +114,7 @@ Then you should not run this script with PHP3 < 3.0.8.
PHP also needs to be compiled with mysql - and PRCE support; + and PCRE support;
  • MySQL (tested with 3.21.x, 3.22.x and 3.23.x); @@ -248,7 +248,7 @@
    $cfgServers array
    Since version 1.4.2, phpMyAdmin supports the administration of multiple - MySQL-server. + MySQL servers. Therefore, a $cfgServers-array has been added which contains the login information for the different servers. $cfgServers[1]['host'] contains the hostname of the first server, @@ -277,6 +277,14 @@

    +
    $cfgServers[n]['connect_type'] string
    +
    + What type connection to use with the MySQL server. Your options are 'socket' & + 'tcp'. It defaults to 'tcp' as that is nearly guarenteed to be available on all MySQL + servers, while sockets are not supported on some platforms. +

    +
    +
    $cfgServers[n]['adv_auth'] boolean
    Whether basic or advanced authentication should be used for this