<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-oci'>Enable the Oracle PDO driver</flag>
<flag name='pdo-odbc'>Enable the ODBC PDO driver</flag>
<flag name='pdo-pgsql'>Enable the PostgreSQL PDO driver</flag>
<flag name='pdo-sqlite'>Enable the SQLite PDO driver</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 pdo-odbc
+ oci8-instant-client odbc +opcache pcntl pdo pdo-dblib pdo-oci pdo-odbc
pdo-pgsql pdo-sqlite+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
) )
pdo-dblib? ( mssql )
+ pdo-oci? ( oci8-instant-client )
pdo-odbc? ( odbc )
pdo-pgsql? ( postgres )
pdo-sqlite? ( sqlite )
$(use_enable pcntl pcntl )
$(use_enable pdo pdo )
$(use_with pdo-dblib pdo-dblib )
+ $(use_with pdo-oci pdo-oci )
$(use_with pdo-odbc pdo-odbc unixODBC,"${EPREFIX}"/usr)
$(use_with pdo-pgsql pdo-pgsql )
$(use_with pdo-sqlite pdo-sqlite "${EPREFIX}"/usr)
# PDO support
if use pdo ; then
my_conf+="$(use_with mysql pdo-mysql ${mysqllib})"
- if use oci8-instant-client ; then
- my_conf+="
- $(use_with oci8-instant-client pdo-oci)"
- fi
fi
# Session support