Commit:    8249fa53342f9f13313493a64ff6f7caa5864a51
Author:    Peter Kokot <peterko...@gmail.com>         Wed, 24 Oct 2018 18:28:17 
+0200
Parents:   3388a5537392104e1a3706c554e04d9d1b71653c
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=8249fa53342f9f13313493a64ff6f7caa5864a51

Log:
Remove unused configuration db_extension

The `db_extension` was once used with PEAR's MDB2. With migration to
vanilla PDO, this is not used anymore.

Changed paths:
  M  include/prepend.php


Diff:
diff --git a/include/prepend.php b/include/prepend.php
index 2e67f40..fce37e1 100644
--- a/include/prepend.php
+++ b/include/prepend.php
@@ -17,7 +17,6 @@ if (file_exists($local_cfg)) {
                'email' => 'php-b...@lists.php.net',
                'doc_email' => 'doc-b...@lists.php.net',
                'security_email' => 'secur...@php.net',
-               'db_extension' => 'mysqli',
                'db' => 'phpbugsdb',
                'db_user' => 'nobody',
                'db_pass' => '',


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to