Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2013-12-14 23:26:12 +0400
committerMarc Delisle <marc@infomarc.info>2013-12-14 23:26:12 +0400
commit2a8962aa95ba5f8b11439bfe3e9ecc88decb2c88 (patch)
treef2283f70566a8487f9dad8a07a33f74de10f0a16 /config.sample.inc.php
parent61feb946a53136cb2310cbf2ee4012cf3c24cbc9 (diff)
Signed-off-by: Marc Delisle <marc@infomarc.info>
Added warning about the mysql extension being deprecated and removed the extension directive
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index 7dcf528788..83fe50cb96 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -31,8 +31,6 @@ $cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
-/* Select mysql if your server does not have mysqli */
-$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
/*