<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='pdo-sqlite'>Enable the SQLite 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 pdo-pgsql
+ oci8-instant-client odbc +opcache pcntl pdo pdo-dblib 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-pgsql? ( postgres )
+ pdo-sqlite? ( sqlite )
qdbm? ( !gdbm )
readline? ( !libedit )
recode? ( !imap !mysql !mysqli )
$(use_enable pdo pdo )
$(use_with pdo-dblib pdo-dblib )
$(use_with pdo-pgsql pdo-pgsql )
+ $(use_with pdo-sqlite pdo-sqlite "${EPREFIX}"/usr)
$(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 sqlite pdo-sqlite ${EPREFIX}/usr)
$(use_with odbc pdo-odbc unixODBC,${EPREFIX}/usr)"
if use oci8-instant-client ; then
my_conf+="