summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-06-01 21:01:49 +0000
committerStuart Herbert <stuart@gentoo.org>2005-06-01 21:01:49 +0000
commitac2ec0d0fe2236fc374fae460c23707f9983a872 (patch)
treeba1a2f0f27c4055f1566c1d6c601a9d5b76ffc46 /eclass
parentVersion bump, fixes bug #94520. (diff)
downloadhistorical-ac2ec0d0fe2236fc374fae460c23707f9983a872.tar.gz
historical-ac2ec0d0fe2236fc374fae460c23707f9983a872.tar.bz2
historical-ac2ec0d0fe2236fc374fae460c23707f9983a872.zip
Switched off mysqli support once more
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php5-sapi-r2.eclass16
1 files changed, 8 insertions, 8 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass
index ff0d50a1340d..87071c86b26a 100644
--- a/eclass/php5-sapi-r2.eclass
+++ b/eclass/php5-sapi-r2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.10 2005/05/31 22:03:56 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.11 2005/06/01 21:01:49 stuart Exp $
#
# eclass/php5-sapi-r2.eclass
# Eclass for building different php5 SAPI instances
@@ -136,13 +136,13 @@ php5-sapi-r2_check_awkward_uses() {
# mysqli support is enabled for now, but if it proves a problem,
# I'm switching it off again
- # if useq mysqli ; then
- # eerror
- # eerror "We currently do not support the mysqli extension"
- # eerror "Support will be added once MySQL 4.1 has been added to Portage"
- # eerror
- # die "mysqli not supported yet"
- # fi
+ if useq mysqli ; then
+ eerror
+ eerror "We currently do not support the mysqli extension"
+ eerror "Support will be added once MySQL 4.1 is no longer package-masked"
+ eerror
+ die "mysqli not supported yet"
+ fi
# recode not available in 5.0.0; upstream bug
if useq recode && [ "$PHP_PV" == "5.0.0" ]; then