X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=dev-lang%2Fphp%2Fphp-5.6.4-r1.ebuild;h=8d1918f9c66004a6784f24c473a5616c6c3a2316;hp=c76611dd571aaac553db5b597f6ac65e649593ba;hb=3c35271233cd3cbfc52b808b5a94e5ca4255c0c2;hpb=ac042182527546b161722c2010b66d489bcae439 diff --git a/dev-lang/php/php-5.6.4-r1.ebuild b/dev-lang/php/php-5.6.4-r1.ebuild index c76611d..8d1918f 100644 --- a/dev-lang/php/php-5.6.4-r1.ebuild +++ b/dev-lang/php/php-5.6.4-r1.ebuild @@ -69,8 +69,8 @@ IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk flatfile ftp gd gdbm gmp +hash +iconv imap inifile intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash mssql mysql libmysqlclient mysqli nls - oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm - readline recode selinux +session sharedmem + oci8-instant-client odbc +opcache pcntl pdo pdo-dblib +phar +posix + postgres qdbm readline recode selinux +session sharedmem +simplexml snmp soap sockets spell sqlite ssl sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib" @@ -178,6 +178,7 @@ REQUIRED_USE=" pdo ) ) + pdo-dblib? ( mssql ) qdbm? ( !gdbm ) readline? ( !libedit ) recode? ( !imap !mysql !mysqli ) @@ -374,6 +375,7 @@ src_configure() { $(use_enable opcache opcache ) $(use_enable pcntl pcntl ) $(use_enable pdo pdo ) + $(use_with pdo-dblib pdo-dblib ) $(use_enable phar phar ) $(use_enable posix posix ) $(use_with postgres pgsql "${EPREFIX}"/usr) @@ -461,7 +463,6 @@ src_configure() { # PDO support if use pdo ; then my_conf+=" - $(use_with mssql pdo-dblib ) $(use_with mysql pdo-mysql ${mysqllib}) $(use_with postgres pdo-pgsql ) $(use_with sqlite pdo-sqlite ${EPREFIX}/usr)