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=a0e6dae00ee0a68792155f802ccfb72f2783bad7;hp=371a080e99cd06b1290e4a48b81bc5c3427b69b3;hb=ba8d84360c502e972de82401d80ba3c073741817;hpb=8c5acfdcc2e0e5328930289750414b677048e097 diff --git a/dev-lang/php/php-5.6.4-r1.ebuild b/dev-lang/php/php-5.6.4-r1.ebuild index 371a080..a0e6dae 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 pdo-pgsql + +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,8 @@ REQUIRED_USE=" pdo ) ) + pdo-dblib? ( mssql ) + pdo-pgsql? ( postgres ) qdbm? ( !gdbm ) readline? ( !libedit ) recode? ( !imap !mysql !mysqli ) @@ -365,6 +367,7 @@ src_configure() { $(use_with kerberos kerberos "${EPREFIX}"/usr) $(use_with ldap ldap "${EPREFIX}"/usr) $(use_with ldap-sasl ldap-sasl "${EPREFIX}"/usr) + $(use_with libedit libedit "${EPREFIX}"/usr) $(use_with mhash mhash "${EPREFIX}"/usr) $(use_with mssql mssql "${EPREFIX}"/usr) $(use_with nls gettext "${EPREFIX}"/usr) @@ -373,10 +376,13 @@ src_configure() { $(use_enable opcache opcache ) $(use_enable pcntl pcntl ) $(use_enable pdo pdo ) + $(use_with pdo-dblib pdo-dblib ) + $(use_with pdo-pgsql pdo-pgsql ) $(use_enable phar phar ) $(use_enable posix posix ) $(use_with postgres pgsql "${EPREFIX}"/usr) $(use_with spell pspell "${EPREFIX}"/usr) + $(use_with readline readline "${EPREFIX}"/usr) $(use_with recode recode "${EPREFIX}"/usr) $(use_enable sharedmem shmop ) $(use_enable simplexml simplexml ) @@ -459,9 +465,7 @@ 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) $(use_with odbc pdo-odbc unixODBC,${EPREFIX}/usr)" if use oci8-instant-client ; then @@ -470,11 +474,6 @@ src_configure() { fi fi - # readline/libedit support - my_conf+=" - $(use_with readline readline ${EPREFIX}/usr) - $(use_with libedit libedit ${EPREFIX}/usr)" - # Session support if use session ; then my_conf+="