Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194770 - dev-lang/php lacks pdo_informix support
Summary: dev-lang/php lacks pdo_informix support
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-05 07:13 UTC by Martin Stockinger
Modified: 2007-10-05 07:26 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 Martin Stockinger 2007-10-05 07:13:16 UTC
A few days ago i made an own ebuild "dev-php5/pecl-pdo-informix" (analog to dev-php5/pecl-pdo-pgsql). But now all pecl-pdo-* packages are masked.
If I build dev-lang/php-5.2.4_p20070914-r2 it says:
 *   Disabling pdo-dblib
 *   Disabling pdo-mysql
 *   Enabling pdo-oci
 *   Disabling pdo-odbc
 *   Disabling pdo-pgsql
 *   Disabling pdo-sqlite

But nothing about pdo-informix.
We absolutely need php with informix support in our company. 
How should I connect my informix database with php?

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-05 07:26:11 UTC
http://www.php.net/manual/en/ref.ifx.php

<snip>
This extension has been moved to the ยป PECL repository and is no longer bundled with PHP as of PHP 5.2.1.
</snip>

If you need this, then use the pecl ebuild in your overlay; we are not interested in maintaining something that we cannot test at all, sorry.