Skip to content

Commit

Permalink
dev-lang/php: revision the 7.0 series to add pdo-dblib support.
Browse files Browse the repository at this point in the history
The PDO "dblib" driver was somehow lost during the transition from
php:5.6 to php:7.0. I've added it back, and tested that it works with
a simple query against a Microsoft SQL Server 2005 database.

Gentoo-Bug: 576782

Package-Manager: portage-2.2.26
  • Loading branch information
orlitzky committed Mar 21, 2016
1 parent 5c8ad09 commit ed8cd97
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
mhash mysql mysqli nls
mhash mssql mysql mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
Expand Down Expand Up @@ -118,6 +118,7 @@ DEPEND="${DEPEND}
ldap? ( >=net-nds/openldap-1.2.11 )
ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 )
libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) )
mssql? ( dev-db/freetds[mssql] )
nls? ( sys-devel/gettext )
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
odbc? ( >=dev-db/unixODBC-1.8.13 )
Expand Down Expand Up @@ -468,6 +469,7 @@ src_configure() {
# PDO support
if use pdo ; then
our_conf+=(
$(use_with mssql pdo-dblib "${EPREFIX}/usr")
$(use_with mysql pdo-mysql "${mysqllib}")
$(use_with postgres pdo-pgsql)
$(use_with sqlite pdo-sqlite "${EPREFIX}/usr")
Expand Down

0 comments on commit ed8cd97

Please sign in to comment.