mlocati / docker-php-extension-installer

Easily install PHP extensions in Docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for PDO_Informix

Bamuel opened this issue · comments

To install pdo_informix for php.
You need will need Informix Client SDK installed as a prerequisite

Is the Informix Client SDK available for download? Where?

If there isn't a way to install the SDK automatically I won't add support for informix.

Why? Because every single PHP extension is tested in GitHub Actions: if the script can't install the prerequisites, then we can't test the PHP extension.

I wonder if it will let you install the PDO without the informix sdk/drivers?.

That why you don't need to configure php.

I wonder if it will let you install the PDO without the informix sdk/drivers?.

With "PDO" do you mean "pdo_informix"?
If so, the SDK must be installed in order to compile the PHP extension (see here).

That why you don't need to configure php.

I'm sorry I don't understand...

Issue closed due to sdk requires manual download.