mlocati / docker-php-extension-installer

Easily install PHP extensions in Docker containers
MIT License
4.28k stars 385 forks source link

Support for PDO_Informix #878

Closed Bamuel closed 9 months ago

Bamuel commented 9 months ago

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

mlocati commented 9 months ago

Is the Informix Client SDK available for download? Where?

Bamuel commented 9 months ago

https://www-01.ibm.com/marketing/iwm/iwm/web/pickUrxNew.do?source=ifxdl

Its a manual download

mlocati commented 9 months ago

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.

Bamuel commented 9 months ago

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

That why you don't need to configure php.

mlocati commented 9 months ago

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...

Bamuel commented 9 months ago

Issue closed due to sdk requires manual download.