<flag name='opcache'>Enables built-in opcode cache, replacing pecl-apc et.al</flag>
<flag name='pdo'>Enable the bundled PDO extensions</flag>
<flag name='pdo-dblib'>Enable the DBLIB (MSSQL) PDO driver</flag>
+ <flag name='pdo-pgsql'>Enable the PostgreSQL PDO driver</flag>
<flag name='phar'>Enables the phar extension to provide phar archive support</flag>
<flag name='sqlite2'>Add sqlite2 support. Will be removed</flag>
<flag name='xmlreader'>Enable XMLReader support</flag>
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 pdo-dblib +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"
) )
pdo-dblib? ( mssql )
+ pdo-pgsql? ( postgres )
qdbm? ( !gdbm )
readline? ( !libedit )
recode? ( !imap !mysql !mysqli )
$(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)
if use pdo ; then
my_conf+="
$(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