since 5.1 pdo is no more in pecl but built in, therefore the php ebuild needs useflags for pdo and the supported dbms (--enable-pdo --enable-pdo-pgsql ...) Reproducible: Always Steps to Reproduce: 1. 2. 3.
The PDO drivers should be governed by the same USE flags as the non-PDO extensions, eg. USE=mysql should result in PHP being built with --with-mysql --with-pdo-mysql.
Hi, dev-php/mod_php is going away, to be replaced by dev-lang/php. You can find a copy of this package in the Gentoo PHP Overlay [1]; we hope to add it to the Portage tree in the next few weeks. You'll find full PDO support is available in the overlay. [1] http://svn.gnqs.org/projects/gentoo-php-overlay/ Best regards, Stu