Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99563 - pdo useflags for mod_php 5.1.x
Summary: pdo useflags for mod_php 5.1.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-19 12:07 UTC by Benjamin Schulz
Modified: 2005-08-22 05:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Schulz 2005-07-19 12:07:30 UTC
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.
Comment 1 Sebastian Bergmann (RETIRED) gentoo-dev 2005-07-19 22:06:06 UTC
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.
Comment 2 Stuart Herbert (RETIRED) gentoo-dev 2005-08-22 05:25:13 UTC
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