summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-12-19 07:41:58 +0100
committermkanat%bugzilla.org <>2007-12-19 07:41:58 +0100
commit5b263218145f896e3ec3a214458e2e1985cf2723 (patch)
tree2f2371bfdaa6c57a31809d6a247873065fda4a3e /Bugzilla
parentd310864281599056622b409e0dcea084c20e8682 (diff)
downloadbugzilla-5b263218145f896e3ec3a214458e2e1985cf2723.tar.gz
bugzilla-5b263218145f896e3ec3a214458e2e1985cf2723.tar.xz
Bug 408766: Apache::DBI was unnecessary and was causing problems for some users.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/DB.pm1
-rw-r--r--Bugzilla/Install/Requirements.pm6
2 files changed, 0 insertions, 7 deletions
diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm
index ec241bcca..40cd3e3a1 100644
--- a/Bugzilla/DB.pm
+++ b/Bugzilla/DB.pm
@@ -1065,7 +1065,6 @@ sub db_new {
}
# connect using our known info to the specified db
- # Apache::DBI will cache this when using mod_perl
my $self = DBI->connect($dsn, $user, $pass, $attributes)
or die "\nCan't connect to the database.\nError: $DBI::errstr\n"
. " Is your database installed and up and running?\n Do you have"
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 05f74e81f..714bb3871 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -225,12 +225,6 @@ sub OPTIONAL_MODULES {
version => '3.11',
feature => 'mod_perl'
},
- {
- package => 'Apache-DBI',
- module => 'Apache::DBI',
- version => '0.96',
- feature => 'mod_perl'
- },
);
my $all_modules = _get_extension_requirements(