From: Luca Longinotti Date: Sun, 6 Aug 2006 22:51:45 +0000 (+0000) Subject: Remove PDO-Firebird driver, broken and unmaintained upstream. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0744cf32b592fa57ed9648f14afacb1f6e597ef5;p=gentoo.git Remove PDO-Firebird driver, broken and unmaintained upstream. --- diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass index b7a414371f0d..66380f618e1a 100644 --- a/eclass/php5_1-sapi.eclass +++ b/eclass/php5_1-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.29 2006/07/14 21:07:33 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.30 2006/08/06 22:51:45 chtekk Exp $ # # ######################################################################## # @@ -504,7 +504,8 @@ php5_1-sapi_src_compile() { # PDO support if useq pdo || phpconfutils_usecheck pdo ; then phpconfutils_extension_with "pdo-dblib" "mssql" 1 - phpconfutils_extension_with "pdo-firebird" "firebird" 1 + # The PDO-Firebird driver is broken and unmaintained upstream + # phpconfutils_extension_with "pdo-firebird" "firebird" 1 phpconfutils_extension_with "pdo-mysql" "mysql" 1 "/usr" if useq oci8 ; then phpconfutils_extension_with "pdo-oci" "oci8" 1